Shades of Bird Flower #D6C008
Tints of Bird Flower #D6C008
RGB
CMYK
RGB Variations
Color information
#D6C008 (or 0xD6C008) is known color: Bird Flower. HEX triplet: D6, C0 and 08. RGB value is (214,192,8). Sum of RGB (Red+Green+Blue) = 214+192+8=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 192 (75.39% from 255 or 46.38% from 414); Blue value is 8 (3.52% from 255 or 1.93% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C008 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C008 is #293FF7. Grayscale: #B2B2B2. Windows color (decimal): -2703352 or 573654. OLE color: 573654.
HSL color Cylindrical-coordinate representation of color #D6C008: hue angle of 53.59º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D6C008 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 192 | 8 | - |
| CMYK | 0 | 0.10 | 0.96 | 0.16 |
| HSL | 53.59º | 0.93% | 0.44% | - |
| HSV(B) | 53.59º | 0.96% | 0.84% | - |
| XYZ | 46.63 | 52.01 | 7.81 | - |
| YUV | 177.6 | 32.29 | 153.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 192 | 8 | 0 | 0.10 | 0.96 | 0.16 | 53.59 | 0.93 | 0.44 |
| Hex | D6 | C0 | 8 | 0 | A | 60 | 10 | 36 | 5D | 2C |
| Octal | 326 | 300 | 10 | 0 | 12 | 140 | 20 | 66 | 135 | 54 |
| Binary | 11010110 | 11000000 | 1000 | 0 | 1010 | 1100000 | 10000 | 110110 | 1011101 | 101100 |
Color Harmonies of #D6C008
Complementary color
Monochromatic Colors of #D6C008
Black with #D6C008
Text Example
Text Example
White with #D6C008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C008; }
p { color: rgb(214,192,8); }
H1.HeaderClassName
{
color: #D6C008;
}
.AnyTagClassName
{
color: #D6C008;
}
</style>
background-color css
<style>
a { background-color: #D6C008; }
a { background-color: rgb(214,192,8); }
div.DivClassName
{
background-color: #D6C008;
}
.BgClassName
{
background-color: #D6C008;
}
</style>
border-color css
<style>
span { border-color: #D6C008; }
span { border-color: rgb(214,192,8); }
td.TdClassName
{
border-color: #D6C008;
}
.TagClassName
{
border-color: #D6C008;
}
</style>