#D0C207

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

Shades of Bird Flower #D0C207

Tints of Bird Flower #D0C207

Color information

#D0C207 (or 0xD0C207) is unknown color: approx Bird Flower. HEX triplet: D0, C2 and 07. RGB value is (208,194,7). Sum of RGB (Red+Green+Blue) = 208+194+7=409 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.86% from 409); Green value is 194 (76.17% from 255 or 47.43% from 409); Blue value is 7 (3.12% from 255 or 1.71% from 409); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C207 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C207 is #2F3DF8. Grayscale: #B1B1B1. Windows color (decimal): -3096057 or 508624. OLE color: 508624.

HSL color Cylindrical-coordinate representation of color #D0C207: hue angle of 55.82º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D0C207 is Cyan = 0, Magento = 0.07, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2081947-
CMYK00.070.970.18
HSL55.82º93.49%42.16%-
HSV(B)55.82º96.63%81.57%-
XYZ45.3452.017.85-
YUV176.8732.14150.21-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 50.86%
GREEN value IS 194 (76.17% from 255) = 47.43%
BLUE value IS 7 (3.12% from 255) = 1.71%
R=50.86%
G=47.43%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208194700.070.970.1855.8293.4942.16
HexD0C27076112385d2a
Octal320302707141227013552
Binary110100001100001011101111100001100101110001011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C207; }

 p { color: rgb(208,194,7); }

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

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

 a { background-color: rgb(208,194,7); }

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

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

 span { border-color: rgb(208,194,7); }

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