#D8D20C

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

Shades of Bird Flower #D8D20C

Tints of Bird Flower #D8D20C

Color information

#D8D20C (or 0xD8D20C) is unknown color: approx Bird Flower. HEX triplet: D8, D2 and 0C. RGB value is (216,210,12). Sum of RGB (Red+Green+Blue) = 216+210+12=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 210 (82.42% from 255 or 47.95% from 438); Blue value is 12 (5.08% from 255 or 2.74% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D20C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D20C is #272DF3. Grayscale: #BEBEBE. Windows color (decimal): -2567668 or 840408. OLE color: 840408.

HSL color Cylindrical-coordinate representation of color #D8D20C: hue angle of 58.24º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8D20C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.15.

Color convert

RGB21621012-
CMYK00.030.940.15
HSL58.24º89.47%44.71%-
HSV(B)58.24º94.44%84.71%-
XYZ51.4360.729.36-
YUV189.2227.99147.1-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.32%
GREEN value IS 210 (82.42% from 255) = 47.95%
BLUE value IS 12 (5.08% from 255) = 2.74%
R=49.32%
G=47.95%
B=2.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.94
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162101200.030.940.1558.2489.4744.71
HexD8D2C035EF3a592d
Octal3303221403136177213155
Binary11011000110100101100011101111011111110101011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D20C; }

 p { color: rgb(216,210,12); }

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

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

 a { background-color: rgb(216,210,12); }

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

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

 span { border-color: rgb(216,210,12); }

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