Shades of Bird Flower #D8CC01
Tints of Bird Flower #D8CC01
RGB
CMYK
RGB Variations
Color information
#D8CC01 (or 0xD8CC01) is known color: Bird Flower. HEX triplet: D8, CC and 01. RGB value is (216,204,1). Sum of RGB (Red+Green+Blue) = 216+204+1=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 204 (80.08% from 255 or 48.46% from 421); Blue value is 1 (0.78% from 255 or 0.24% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CC01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CC01 is #2733FE. Grayscale: #B9B9B9. Windows color (decimal): -2569215 or 117976. OLE color: 117976.
HSL color Cylindrical-coordinate representation of color #D8CC01: hue angle of 56.65º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8CC01 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 204 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.15 |
| HSL | 56.65º | 0.99% | 0.43% | - |
| HSV(B) | 56.65º | 1% | 0.85% | - |
| XYZ | 49.92 | 57.79 | 8.55 | - |
| YUV | 184.45 | 24.48 | 150.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 204 | 1 | 0 | 0.06 | 1.00 | 0.15 | 56.65 | 0.99 | 0.43 |
| Hex | D8 | CC | 1 | 0 | 6 | 64 | F | 39 | 63 | 2B |
| Octal | 330 | 314 | 1 | 0 | 6 | 144 | 17 | 71 | 143 | 53 |
| Binary | 11011000 | 11001100 | 1 | 0 | 110 | 1100100 | 1111 | 111001 | 1100011 | 101011 |
Color Harmonies of #D8CC01
Complementary color
Monochromatic Colors of #D8CC01
Black with #D8CC01
Text Example
Text Example
White with #D8CC01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CC01; }
p { color: rgb(216,204,1); }
H1.HeaderClassName
{
color: #D8CC01;
}
.AnyTagClassName
{
color: #D8CC01;
}
</style>
background-color css
<style>
a { background-color: #D8CC01; }
a { background-color: rgb(216,204,1); }
div.DivClassName
{
background-color: #D8CC01;
}
.BgClassName
{
background-color: #D8CC01;
}
</style>
border-color css
<style>
span { border-color: #D8CC01; }
span { border-color: rgb(216,204,1); }
td.TdClassName
{
border-color: #D8CC01;
}
.TagClassName
{
border-color: #D8CC01;
}
</style>