Shades of Bird Flower #D8CA08
Tints of Bird Flower #D8CA08
RGB
CMYK
RGB Variations
Color information
#D8CA08 (or 0xD8CA08) is known color: Bird Flower. HEX triplet: D8, CA and 08. RGB value is (216,202,8). Sum of RGB (Red+Green+Blue) = 216+202+8=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 202 (79.30% from 255 or 47.42% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CA08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CA08 is #2735F7. Grayscale: #B8B8B8. Windows color (decimal): -2569720 or 576216. OLE color: 576216.
HSL color Cylindrical-coordinate representation of color #D8CA08: hue angle of 55.96º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D8CA08 is Cyan = 0, Magento = 0.06, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 202 | 8 | - |
| CMYK | 0 | 0.06 | 0.96 | 0.15 |
| HSL | 55.96º | 0.93% | 0.44% | - |
| HSV(B) | 55.96º | 0.96% | 0.85% | - |
| XYZ | 49.48 | 56.86 | 8.6 | - |
| YUV | 184.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 202 | 8 | 0 | 0.06 | 0.96 | 0.15 | 55.96 | 0.93 | 0.44 |
| Hex | D8 | CA | 8 | 0 | 6 | 60 | F | 38 | 5D | 2C |
| Octal | 330 | 312 | 10 | 0 | 6 | 140 | 17 | 70 | 135 | 54 |
| Binary | 11011000 | 11001010 | 1000 | 0 | 110 | 1100000 | 1111 | 111000 | 1011101 | 101100 |
Color Harmonies of #D8CA08
Complementary color
Monochromatic Colors of #D8CA08
Black with #D8CA08
Text Example
Text Example
White with #D8CA08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CA08; }
p { color: rgb(216,202,8); }
H1.HeaderClassName
{
color: #D8CA08;
}
.AnyTagClassName
{
color: #D8CA08;
}
</style>
background-color css
<style>
a { background-color: #D8CA08; }
a { background-color: rgb(216,202,8); }
div.DivClassName
{
background-color: #D8CA08;
}
.BgClassName
{
background-color: #D8CA08;
}
</style>
border-color css
<style>
span { border-color: #D8CA08; }
span { border-color: rgb(216,202,8); }
td.TdClassName
{
border-color: #D8CA08;
}
.TagClassName
{
border-color: #D8CA08;
}
</style>