#D9CB12

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

Shades of Bird Flower #D9CB12

Tints of Bird Flower #D9CB12

Color information

#D9CB12 (or 0xD9CB12) is unknown color: approx Bird Flower. HEX triplet: D9, CB and 12. RGB value is (217,203,18). Sum of RGB (Red+Green+Blue) = 217+203+18=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 203 (79.69% from 255 or 46.35% from 438); Blue value is 18 (7.42% from 255 or 4.11% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB12 is #2634ED. Grayscale: #BABABA. Windows color (decimal): -2503918 or 1231833. OLE color: 1231833.

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

Color convert

RGB21720318-
CMYK00.060.920.15
HSL55.78º84.68%46.08%-
HSV(B)55.78º91.71%85.1%-
XYZ50.0857.519.03-
YUV186.133.14150.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 203 (79.69% from 255) = 46.35%
BLUE value IS 18 (7.42% from 255) = 4.11%
R=49.54%
G=46.35%
B=4.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172031800.060.920.1555.7884.6846.08
HexD9CB12065CF38552e
Octal3313132206134177012556
Binary1101100111001011100100110101110011111110001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB12; }

 p { color: rgb(217,203,18); }

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

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

 a { background-color: rgb(217,203,18); }

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

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

 span { border-color: rgb(217,203,18); }

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