#D0C716

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

Shades of Bird Flower #D0C716

Tints of Bird Flower #D0C716

Color information

#D0C716 (or 0xD0C716) is unknown color: approx Bird Flower. HEX triplet: D0, C7 and 16. RGB value is (208,199,22). Sum of RGB (Red+Green+Blue) = 208+199+22=429 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.48% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 22 (8.98% from 255 or 5.13% from 429); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C716 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C716 is #2F38E9. Grayscale: #B6B6B6. Windows color (decimal): -3094762 or 1492944. OLE color: 1492944.

HSL color Cylindrical-coordinate representation of color #D0C716: hue angle of 57.1º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D0C716 is Cyan = 0, Magento = 0.04, Yellow = 0.89 and Black (K on CMYK) = 0.18.

Color convert

RGB20819922-
CMYK00.040.890.18
HSL57.1º80.87%45.1%-
HSV(B)57.1º89.42%81.57%-
XYZ46.5854.318.79-
YUV181.5137.98146.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.48%
GREEN value IS 199 (78.12% from 255) = 46.39%
BLUE value IS 22 (8.98% from 255) = 5.13%
R=48.48%
G=46.39%
B=5.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.89
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2081992200.040.890.1857.180.8745.1
HexD0C71604591239512d
Octal3203072604131227112155
Binary11010000110001111011001001011001100101110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C716; }

 p { color: rgb(208,199,22); }

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

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

 a { background-color: rgb(208,199,22); }

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

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

 span { border-color: rgb(208,199,22); }

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