Shades of Bird Flower #D0CC08
Tints of Bird Flower #D0CC08
RGB
CMYK
RGB Variations
Color information
#D0CC08 (or 0xD0CC08) is known color: Bird Flower. HEX triplet: D0, CC and 08. RGB value is (208,204,8). Sum of RGB (Red+Green+Blue) = 208+204+8=420 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.52% from 420); Green value is 204 (80.08% from 255 or 48.57% from 420); Blue value is 8 (3.52% from 255 or 1.90% from 420); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC08 is #2F33F7. Grayscale: #B7B7B7. Windows color (decimal): -3093496 or 576720. OLE color: 576720.
HSL color Cylindrical-coordinate representation of color #D0CC08: hue angle of 58.8º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0CC08 is Cyan = 0, Magento = 0.02, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 8 | - |
| CMYK | 0 | 0.02 | 0.96 | 0.18 |
| HSL | 58.8º | 0.93% | 0.42% | - |
| HSV(B) | 58.8º | 0.96% | 0.82% | - |
| XYZ | 47.65 | 56.61 | 8.65 | - |
| YUV | 182.85 | 29.33 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 8 | 0 | 0.02 | 0.96 | 0.18 | 58.8 | 0.93 | 0.42 |
| Hex | D0 | CC | 8 | 0 | 2 | 60 | 12 | 3B | 5D | 2A |
| Octal | 320 | 314 | 10 | 0 | 2 | 140 | 22 | 73 | 135 | 52 |
| Binary | 11010000 | 11001100 | 1000 | 0 | 10 | 1100000 | 10010 | 111011 | 1011101 | 101010 |
Color Harmonies of #D0CC08
Complementary color
Monochromatic Colors of #D0CC08
Black with #D0CC08
Text Example
Text Example
White with #D0CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC08; }
p { color: rgb(208,204,8); }
H1.HeaderClassName
{
color: #D0CC08;
}
.AnyTagClassName
{
color: #D0CC08;
}
</style>
background-color css
<style>
a { background-color: #D0CC08; }
a { background-color: rgb(208,204,8); }
div.DivClassName
{
background-color: #D0CC08;
}
.BgClassName
{
background-color: #D0CC08;
}
</style>
border-color css
<style>
span { border-color: #D0CC08; }
span { border-color: rgb(208,204,8); }
td.TdClassName
{
border-color: #D0CC08;
}
.TagClassName
{
border-color: #D0CC08;
}
</style>