#D5C021

Color #D5C021 Barberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Barberry #D5C021

Tints of Barberry #D5C021

Color information

#D5C021 (or 0xD5C021) is unknown color: approx Barberry. HEX triplet: D5, C0 and 21. RGB value is (213,192,33). Sum of RGB (Red+Green+Blue) = 213+192+33=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 33 (13.28% from 255 or 7.53% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C021 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5C021 is #2A3FDE. Grayscale: #B4B4B4. Windows color (decimal): -2768863 or 2212053. OLE color: 2212053.

HSL color Cylindrical-coordinate representation of color #D5C021: hue angle of 53º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D5C021 is Cyan = 0, Magento = 0.10, Yellow = 0.85 and Black (K on CMYK) = 0.16.

Color convert

RGB21319233-
CMYK00.100.850.16
HSL53º73.17%48.24%-
HSV(B)53º84.51%83.53%-
XYZ46.5651.969.01-
YUV180.1544.96151.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 213 (83.59% from 255) = 48.63%
GREEN value IS 192 (75.39% from 255) = 43.84%
BLUE value IS 33 (13.28% from 255) = 7.53%
R=48.63%
G=43.84%
B=7.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.85
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2131923300.100.850.165373.1748.24
HexD5C0210A5510354930
Octal32530041012125206511160
Binary1101010111000000100001010101010101100001101011001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5C021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5C021; }

 p { color: rgb(213,192,33); }

 H1.HeaderClassName
 {
   color: #D5C021;
 }
 .AnyTagClassName
 {
   color: #D5C021;
 }
</style>
background-color css

<style>
 a { background-color: #D5C021; }

 a { background-color: rgb(213,192,33); }

 div.DivClassName
 {
   background-color: #D5C021;
 }
 .BgClassName
 {
   background-color: #D5C021;
 }
</style>
border-color css

<style>
 span { border-color: #D5C021; }

 span { border-color: rgb(213,192,33); }

 td.TdClassName
 {
   border-color: #D5C021;
 }
 .TagClassName
 {
   border-color: #D5C021;
 }
</style>