#D9CA12

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

Shades of Bird Flower #D9CA12

Tints of Bird Flower #D9CA12

Color information

#D9CA12 (or 0xD9CA12) is unknown color: approx Bird Flower. HEX triplet: D9, CA and 12. RGB value is (217,202,18). Sum of RGB (Red+Green+Blue) = 217+202+18=437 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.66% from 437); Green value is 202 (79.30% from 255 or 46.22% from 437); Blue value is 18 (7.42% from 255 or 4.12% from 437); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CA12 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CA12 is #2635ED. Grayscale: #BABABA. Windows color (decimal): -2504174 or 1231577. OLE color: 1231577.

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

Color convert

RGB21720218-
CMYK00.070.920.15
HSL55.48º84.68%46.08%-
HSV(B)55.48º91.71%85.1%-
XYZ49.8457.048.95-
YUV185.5133.47150.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.66%
GREEN value IS 202 (79.30% from 255) = 46.22%
BLUE value IS 18 (7.42% from 255) = 4.12%
R=49.66%
G=46.22%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.92
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172021800.070.920.1555.4884.6846.08
HexD9CA12075CF37552e
Octal3313122207134176712556
Binary1101100111001010100100111101110011111101111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CA12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CA12; }

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

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

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

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

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

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

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

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