Shades of Bird Flower #D8CC10
Tints of Bird Flower #D8CC10
RGB
CMYK
RGB Variations
Color information
#D8CC10 (or 0xD8CC10) is known color: Bird Flower. HEX triplet: D8, CC and 10. RGB value is (216,204,16). Sum of RGB (Red+Green+Blue) = 216+204+16=436 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.54% from 436); Green value is 204 (80.08% from 255 or 46.79% from 436); Blue value is 16 (6.64% from 255 or 3.67% from 436); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CC10 is #2733EF. Grayscale: #BABABA. Windows color (decimal): -2569200 or 1101016. OLE color: 1101016.
HSL color Cylindrical-coordinate representation of color #D8CC10: hue angle of 56.4º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D8CC10 is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 16 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.15 |
| HSL | 56.4º | 0.86% | 0.45% | - |
| HSV(B) | 56.4º | 0.93% | 0.85% | - |
| XYZ | 50.01 | 57.82 | 9.02 | - |
| YUV | 186.16 | 31.98 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 16 | 0 | 0.06 | 0.93 | 0.15 | 56.4 | 0.86 | 0.45 |
| Hex | D8 | CC | 10 | 0 | 6 | 5D | F | 38 | 56 | 2D |
| Octal | 330 | 314 | 20 | 0 | 6 | 135 | 17 | 70 | 126 | 55 |
| Binary | 11011000 | 11001100 | 10000 | 0 | 110 | 1011101 | 1111 | 111000 | 1010110 | 101101 |
Color Harmonies of #D8CC10
Complementary color
Monochromatic Colors of #D8CC10
Black with #D8CC10
Text Example
Text Example
White with #D8CC10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC10; }
p { color: rgb(216,204,16); }
H1.HeaderClassName
{
color: #D8CC10;
}
.AnyTagClassName
{
color: #D8CC10;
}
</style>
background-color css
<style>
a { background-color: #D8CC10; }
a { background-color: rgb(216,204,16); }
div.DivClassName
{
background-color: #D8CC10;
}
.BgClassName
{
background-color: #D8CC10;
}
</style>
border-color css
<style>
span { border-color: #D8CC10; }
span { border-color: rgb(216,204,16); }
td.TdClassName
{
border-color: #D8CC10;
}
.TagClassName
{
border-color: #D8CC10;
}
</style>