#D9CF20

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

Shades of Barberry #D9CF20

Tints of Barberry #D9CF20

Color information

#D9CF20 (or 0xD9CF20) is unknown color: approx Barberry. HEX triplet: D9, CF and 20. RGB value is (217,207,32). Sum of RGB (Red+Green+Blue) = 217+207+32=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 207 (81.25% from 255 or 45.39% from 456); Blue value is 32 (12.89% from 255 or 7.02% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D9CF20 is #2630DF. Grayscale: #BEBEBE. Windows color (decimal): -2502880 or 2150361. OLE color: 2150361.

HSL color Cylindrical-coordinate representation of color #D9CF20: hue angle of 56.76º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D9CF20 is Cyan = 0, Magento = 0.05, Yellow = 0.85 and Black (K on CMYK) = 0.15.

Color convert

RGB21720732-
CMYK00.050.850.15
HSL56.76º74.3%48.82%-
HSV(B)56.76º85.25%85.1%-
XYZ51.1959.4810.15-
YUV190.0438.81147.23-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 207 (81.25% from 255) = 45.39%
BLUE value IS 32 (12.89% from 255) = 7.02%
R=47.59%
G=45.39%
B=7.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.85
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172073200.050.850.1556.7674.348.82
HexD9CF200555F394a31
Octal3313174005125177111261
Binary11011001110011111000000101101010111111110011001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CF20; }

 p { color: rgb(217,207,32); }

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

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

 a { background-color: rgb(217,207,32); }

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

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

 span { border-color: rgb(217,207,32); }

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