#D9CB10

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

Shades of Bird Flower #D9CB10

Tints of Bird Flower #D9CB10

Color information

#D9CB10 (or 0xD9CB10) is unknown color: approx Bird Flower. HEX triplet: D9, CB and 10. RGB value is (217,203,16). Sum of RGB (Red+Green+Blue) = 217+203+16=436 (57% of max value = 765). Red value is 217 (85.16% from 255 or 49.77% from 436); Green value is 203 (79.69% from 255 or 46.56% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9CB10 is #2634EF. Grayscale: #BABABA. Windows color (decimal): -2503920 or 1100761. OLE color: 1100761.

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

Color convert

RGB21720316-
CMYK00.060.930.15
HSL55.82º86.27%45.69%-
HSV(B)55.82º92.63%85.1%-
XYZ50.0657.58.95-
YUV185.8732.14150.21-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.77%
GREEN value IS 203 (79.69% from 255) = 46.56%
BLUE value IS 16 (6.64% from 255) = 3.67%
R=49.77%
G=46.56%
B=3.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.93
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172031600.060.930.1555.8286.2745.69
HexD9CB10065DF38562e
Octal3313132006135177012656
Binary1101100111001011100000110101110111111110001010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CB10; }

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

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

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

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

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

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

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

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