Shades of Bird Flower #D8CF01
Tints of Bird Flower #D8CF01
RGB
CMYK
RGB Variations
Color information
#D8CF01 (or 0xD8CF01) is known color: Bird Flower. HEX triplet: D8, CF and 01. RGB value is (216,207,1). Sum of RGB (Red+Green+Blue) = 216+207+1=424 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.94% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 1 (0.78% from 255 or 0.24% from 424); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CF01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CF01 is #2730FE. Grayscale: #BBBBBB. Windows color (decimal): -2568447 or 118744. OLE color: 118744.
HSL color Cylindrical-coordinate representation of color #D8CF01: hue angle of 57.49º 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 #D8CF01 is Cyan = 0, Magento = 0.04, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 207 | 1 | - |
| CMYK | 0 | 0.04 | 1.00 | 0.15 |
| HSL | 57.49º | 0.99% | 0.43% | - |
| HSV(B) | 57.49º | 1% | 0.85% | - |
| XYZ | 50.64 | 59.23 | 8.79 | - |
| YUV | 186.21 | 23.48 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 207 | 1 | 0 | 0.04 | 1.00 | 0.15 | 57.49 | 0.99 | 0.43 |
| Hex | D8 | CF | 1 | 0 | 4 | 64 | F | 39 | 63 | 2B |
| Octal | 330 | 317 | 1 | 0 | 4 | 144 | 17 | 71 | 143 | 53 |
| Binary | 11011000 | 11001111 | 1 | 0 | 100 | 1100100 | 1111 | 111001 | 1100011 | 101011 |
Color Harmonies of #D8CF01
Complementary color
Monochromatic Colors of #D8CF01
Black with #D8CF01
Text Example
Text Example
White with #D8CF01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CF01; }
p { color: rgb(216,207,1); }
H1.HeaderClassName
{
color: #D8CF01;
}
.AnyTagClassName
{
color: #D8CF01;
}
</style>
background-color css
<style>
a { background-color: #D8CF01; }
a { background-color: rgb(216,207,1); }
div.DivClassName
{
background-color: #D8CF01;
}
.BgClassName
{
background-color: #D8CF01;
}
</style>
border-color css
<style>
span { border-color: #D8CF01; }
span { border-color: rgb(216,207,1); }
td.TdClassName
{
border-color: #D8CF01;
}
.TagClassName
{
border-color: #D8CF01;
}
</style>