#D9CA28

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

Shades of Barberry #D9CA28

Tints of Barberry #D9CA28

Color information

#D9CA28 (or 0xD9CA28) is unknown color: approx Barberry. HEX triplet: D9, CA and 28. RGB value is (217,202,40). Sum of RGB (Red+Green+Blue) = 217+202+40=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 202 (79.30% from 255 or 44.01% from 459); Blue value is 40 (16.02% from 255 or 8.71% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA28 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CA28 is #2635D7. Grayscale: #BCBCBC. Windows color (decimal): -2504152 or 2673369. OLE color: 2673369.

HSL color Cylindrical-coordinate representation of color #D9CA28: hue angle of 54.92º degrees, saturation: 0.7, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D9CA28 is Cyan = 0, Magento = 0.07, Yellow = 0.82 and Black (K on CMYK) = 0.15.

Color convert

RGB21720240-
CMYK00.070.820.15
HSL54.92º69.96%50.39%-
HSV(B)54.92º81.57%85.1%-
XYZ50.1257.1510.4-
YUV188.0244.47148.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 202 (79.30% from 255) = 44.01%
BLUE value IS 40 (16.02% from 255) = 8.71%
R=47.28%
G=44.01%
B=8.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.82
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172024000.070.820.1554.9269.9650.39
HexD9CA280752F374632
Octal3313125007122176710662
Binary11011001110010101010000111101001011111101111000110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA28; }

 p { color: rgb(217,202,40); }

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

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

 a { background-color: rgb(217,202,40); }

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

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

 span { border-color: rgb(217,202,40); }

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