#D9CD14

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

Shades of Barberry #D9CD14

Tints of Barberry #D9CD14

Color information

#D9CD14 (or 0xD9CD14) is unknown color: approx Barberry. HEX triplet: D9, CD and 14. RGB value is (217,205,20). Sum of RGB (Red+Green+Blue) = 217+205+20=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 20 (8.20% from 255 or 4.52% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CD14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CD14 is #2632EB. Grayscale: #BCBCBC. Windows color (decimal): -2503404 or 1363417. OLE color: 1363417.

HSL color Cylindrical-coordinate representation of color #D9CD14: hue angle of 56.35º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D9CD14 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21720520-
CMYK00.060.910.15
HSL56.35º83.12%46.47%-
HSV(B)56.35º90.78%85.1%-
XYZ50.5758.469.28-
YUV187.533.48149.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 205 (80.47% from 255) = 46.38%
BLUE value IS 20 (8.20% from 255) = 4.52%
R=49.10%
G=46.38%
B=4.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172052000.060.910.1556.3583.1246.47
HexD9CD14065BF38532e
Octal3313152406133177012356
Binary1101100111001101101000110101101111111110001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CD14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CD14; }

 p { color: rgb(217,205,20); }

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

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

 a { background-color: rgb(217,205,20); }

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

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

 span { border-color: rgb(217,205,20); }

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