#D9CF14

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

Shades of Barberry #D9CF14

Tints of Barberry #D9CF14

Color information

#D9CF14 (or 0xD9CF14) is unknown color: approx Barberry. HEX triplet: D9, CF and 14. RGB value is (217,207,20). Sum of RGB (Red+Green+Blue) = 217+207+20=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 207 (81.25% from 255 or 46.62% from 444); Blue value is 20 (8.20% from 255 or 4.50% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CF14 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CF14 is #2630EB. Grayscale: #BDBDBD. Windows color (decimal): -2502892 or 1363929. OLE color: 1363929.

HSL color Cylindrical-coordinate representation of color #D9CF14: hue angle of 56.95º 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 #D9CF14 is Cyan = 0, Magento = 0.05, Yellow = 0.91 and Black (K on CMYK) = 0.15.

Color convert

RGB21720720-
CMYK00.050.910.15
HSL56.95º83.12%46.47%-
HSV(B)56.95º90.78%85.1%-
XYZ51.0559.439.44-
YUV188.6732.81148.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.87%
GREEN value IS 207 (81.25% from 255) = 46.62%
BLUE value IS 20 (8.20% from 255) = 4.50%
R=48.87%
G=46.62%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.91
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172072000.050.910.1556.9583.1246.47
HexD9CF14055BF39532e
Octal3313172405133177112356
Binary1101100111001111101000101101101111111110011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CF14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CF14; }

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

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

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

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

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

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

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

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