#D0CD0C

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

Shades of Bird Flower #D0CD0C

Tints of Bird Flower #D0CD0C

Color information

#D0CD0C (or 0xD0CD0C) is unknown color: approx Bird Flower. HEX triplet: D0, CD and 0C. RGB value is (208,205,12). Sum of RGB (Red+Green+Blue) = 208+205+12=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 205 (80.47% from 255 or 48.24% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CD0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CD0C is #2F32F3. Grayscale: #B8B8B8. Windows color (decimal): -3093236 or 839120. OLE color: 839120.

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

Color convert

RGB20820512-
CMYK00.010.940.18
HSL59.08º89.09%43.14%-
HSV(B)59.08º94.23%81.57%-
XYZ47.9157.18.84-
YUV183.930.99145.19-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.94%
GREEN value IS 205 (80.47% from 255) = 48.24%
BLUE value IS 12 (5.08% from 255) = 2.82%
R=48.94%
G=48.24%
B=2.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.94
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082051200.010.940.1859.0889.0943.14
HexD0CDC015E123b592b
Octal3203151401136227313153
Binary11010000110011011100011011110100101110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CD0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CD0C; }

 p { color: rgb(208,205,12); }

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

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

 a { background-color: rgb(208,205,12); }

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

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

 span { border-color: rgb(208,205,12); }

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