#D9C208

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

Shades of Bird Flower #D9C208

Tints of Bird Flower #D9C208

Color information

#D9C208 (or 0xD9C208) is unknown color: approx Bird Flower. HEX triplet: D9, C2 and 08. RGB value is (217,194,8). Sum of RGB (Red+Green+Blue) = 217+194+8=419 (55% of max value = 765). Red value is 217 (85.16% from 255 or 51.79% from 419); Green value is 194 (76.17% from 255 or 46.30% from 419); Blue value is 8 (3.52% from 255 or 1.91% from 419); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C208 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C208 is #263DF7. Grayscale: #B4B4B4. Windows color (decimal): -2506232 or 574169. OLE color: 574169.

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

Color convert

RGB2171948-
CMYK00.110.960.15
HSL53.4º92.89%44.12%-
HSV(B)53.4º96.31%85.1%-
XYZ47.9553.358-
YUV179.6731.12154.62-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 51.79%
GREEN value IS 194 (76.17% from 255) = 46.30%
BLUE value IS 8 (3.52% from 255) = 1.91%
R=51.79%
G=46.30%
B=1.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.96
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217194800.110.960.1553.492.8944.12
HexD9C280B60F355d2c
Octal33130210013140176513554
Binary1101100111000010100001011110000011111101011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C208; }

 p { color: rgb(217,194,8); }

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

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

 a { background-color: rgb(217,194,8); }

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

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

 span { border-color: rgb(217,194,8); }

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