Shades of Bird Flower #D0CC00
Tints of Bird Flower #D0CC00
RGB
CMYK
RGB Variations
Color information
#D0CC00 (or 0xD0CC00) is known color: Bird Flower. HEX triplet: D0, CC and 00. RGB value is (208,204,0). Sum of RGB (Red+Green+Blue) = 208+204+0=412 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.49% from 412); Green value is 204 (80.08% from 255 or 49.51% from 412); Blue value is 0 (0.39% from 255 or 0% from 412); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CC00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CC00 is #2F33FF. Grayscale: #B6B6B6. Windows color (decimal): -3093504 or 52432. OLE color: 52432.
HSL color Cylindrical-coordinate representation of color #D0CC00: hue angle of 58.85º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0CC00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 204 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.18 |
| HSL | 58.85º | 1% | 0.41% | - |
| HSV(B) | 58.85º | 1% | 0.82% | - |
| XYZ | 47.61 | 56.6 | 8.41 | - |
| YUV | 181.94 | 25.33 | 146.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 204 | 0 | 0 | 0.02 | 1 | 0.18 | 58.85 | 1 | 0.41 |
| Hex | D0 | CC | 0 | 0 | 2 | 64 | 12 | 3B | 64 | 29 |
| Octal | 320 | 314 | 0 | 0 | 2 | 144 | 22 | 73 | 144 | 51 |
| Binary | 11010000 | 11001100 | 0 | 0 | 10 | 1100100 | 10010 | 111011 | 1100100 | 101001 |
Color Harmonies of #D0CC00
Complementary color
Monochromatic Colors of #D0CC00
Black with #D0CC00
Text Example
Text Example
White with #D0CC00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CC00; }
p { color: rgb(208,204,0); }
H1.HeaderClassName
{
color: #D0CC00;
}
.AnyTagClassName
{
color: #D0CC00;
}
</style>
background-color css
<style>
a { background-color: #D0CC00; }
a { background-color: rgb(208,204,0); }
div.DivClassName
{
background-color: #D0CC00;
}
.BgClassName
{
background-color: #D0CC00;
}
</style>
border-color css
<style>
span { border-color: #D0CC00; }
span { border-color: rgb(208,204,0); }
td.TdClassName
{
border-color: #D0CC00;
}
.TagClassName
{
border-color: #D0CC00;
}
</style>