Shades of Bird Flower #D8CD00
Tints of Bird Flower #D8CD00
RGB
CMYK
RGB Variations
Color information
#D8CD00 (or 0xD8CD00) is known color: Bird Flower. HEX triplet: D8, CD and 00. RGB value is (216,205,0). Sum of RGB (Red+Green+Blue) = 216+205+0=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 205 (80.47% from 255 or 48.69% from 421); Blue value is 0 (0.39% from 255 or 0% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CD00 is #2732FF. Grayscale: #B9B9B9. Windows color (decimal): -2568960 or 52696. OLE color: 52696.
HSL color Cylindrical-coordinate representation of color #D8CD00: hue angle of 56.94º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D8CD00 is Cyan = 0, Magento = 0.05, Yellow = 1 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 0 | - |
| CMYK | 0 | 0.05 | 1 | 0.15 |
| HSL | 56.94º | 1% | 0.42% | - |
| HSV(B) | 56.94º | 1% | 0.85% | - |
| XYZ | 50.15 | 58.26 | 8.6 | - |
| YUV | 184.92 | 23.64 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 0 | 0 | 0.05 | 1 | 0.15 | 56.94 | 1 | 0.42 |
| Hex | D8 | CD | 0 | 0 | 5 | 64 | F | 39 | 64 | 2A |
| Octal | 330 | 315 | 0 | 0 | 5 | 144 | 17 | 71 | 144 | 52 |
| Binary | 11011000 | 11001101 | 0 | 0 | 101 | 1100100 | 1111 | 111001 | 1100100 | 101010 |
Color Harmonies of #D8CD00
Complementary color
Monochromatic Colors of #D8CD00
Black with #D8CD00
Text Example
Text Example
White with #D8CD00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD00; }
p { color: rgb(216,205,0); }
H1.HeaderClassName
{
color: #D8CD00;
}
.AnyTagClassName
{
color: #D8CD00;
}
</style>
background-color css
<style>
a { background-color: #D8CD00; }
a { background-color: rgb(216,205,0); }
div.DivClassName
{
background-color: #D8CD00;
}
.BgClassName
{
background-color: #D8CD00;
}
</style>
border-color css
<style>
span { border-color: #D8CD00; }
span { border-color: rgb(216,205,0); }
td.TdClassName
{
border-color: #D8CD00;
}
.TagClassName
{
border-color: #D8CD00;
}
</style>