Shades of Bird Flower #D2CC08
Tints of Bird Flower #D2CC08
RGB
CMYK
RGB Variations
Color information
#D2CC08 (or 0xD2CC08) is known color: Bird Flower. HEX triplet: D2, CC and 08. RGB value is (210,204,8). Sum of RGB (Red+Green+Blue) = 210+204+8=422 (55% of max value = 765). Red value is 210 (82.42% from 255 or 49.76% from 422); Green value is 204 (80.08% from 255 or 48.34% from 422); Blue value is 8 (3.52% from 255 or 1.90% from 422); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2CC08 is #2D33F7. Grayscale: #B8B8B8. Windows color (decimal): -2962424 or 576722. OLE color: 576722.
HSL color Cylindrical-coordinate representation of color #D2CC08: hue angle of 58.22º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D2CC08 is Cyan = 0, Magento = 0.03, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 204 | 8 | - |
| CMYK | 0 | 0.03 | 0.96 | 0.18 |
| HSL | 58.22º | 0.93% | 0.43% | - |
| HSV(B) | 58.22º | 0.96% | 0.82% | - |
| XYZ | 48.22 | 56.9 | 8.67 | - |
| YUV | 183.45 | 28.99 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 204 | 8 | 0 | 0.03 | 0.96 | 0.18 | 58.22 | 0.93 | 0.43 |
| Hex | D2 | CC | 8 | 0 | 3 | 60 | 12 | 3A | 5D | 2B |
| Octal | 322 | 314 | 10 | 0 | 3 | 140 | 22 | 72 | 135 | 53 |
| Binary | 11010010 | 11001100 | 1000 | 0 | 11 | 1100000 | 10010 | 111010 | 1011101 | 101011 |
Color Harmonies of #D2CC08
Complementary color
Monochromatic Colors of #D2CC08
Black with #D2CC08
Text Example
Text Example
White with #D2CC08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CC08; }
p { color: rgb(210,204,8); }
H1.HeaderClassName
{
color: #D2CC08;
}
.AnyTagClassName
{
color: #D2CC08;
}
</style>
background-color css
<style>
a { background-color: #D2CC08; }
a { background-color: rgb(210,204,8); }
div.DivClassName
{
background-color: #D2CC08;
}
.BgClassName
{
background-color: #D2CC08;
}
</style>
border-color css
<style>
span { border-color: #D2CC08; }
span { border-color: rgb(210,204,8); }
td.TdClassName
{
border-color: #D2CC08;
}
.TagClassName
{
border-color: #D2CC08;
}
</style>