#D0C007

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

Shades of Bird Flower #D0C007

Tints of Bird Flower #D0C007

Color information

#D0C007 (or 0xD0C007) is unknown color: approx Bird Flower. HEX triplet: D0, C0 and 07. RGB value is (208,192,7). Sum of RGB (Red+Green+Blue) = 208+192+7=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 7 (3.12% from 255 or 1.72% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C007 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C007 is #2F3FF8. Grayscale: #B0B0B0. Windows color (decimal): -3096569 or 508112. OLE color: 508112.

HSL color Cylindrical-coordinate representation of color #D0C007: hue angle of 55.22º 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 #D0C007 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.18.

Color convert

RGB2081927-
CMYK00.080.970.18
HSL55.22º93.49%42.16%-
HSV(B)55.22º96.63%81.57%-
XYZ44.951.127.7-
YUV175.6932.8151.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 51.11%
GREEN value IS 192 (75.39% from 255) = 47.17%
BLUE value IS 7 (3.12% from 255) = 1.72%
R=51.11%
G=47.17%
B=1.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.97
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208192700.080.970.1855.2293.4942.16
HexD0C07086112375d2a
Octal3203007010141226713552
Binary1101000011000000111010001100001100101101111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C007

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C007; }

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

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

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

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

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

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

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

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