Shades of Bird Flower #D4B008
Tints of Bird Flower #D4B008
RGB
CMYK
RGB Variations
Color information
#D4B008 (or 0xD4B008) is known color: Bird Flower. HEX triplet: D4, B0 and 08. RGB value is (212,176,8). Sum of RGB (Red+Green+Blue) = 212+176+8=396 (52% of max value = 765). Red value is 212 (83.20% from 255 or 53.54% from 396); Green value is 176 (69.14% from 255 or 44.44% from 396); Blue value is 8 (3.52% from 255 or 2.02% from 396); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B008 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D4B008 is #2B4FF7. Grayscale: #A8A8A8. Windows color (decimal): -2838520 or 569556. OLE color: 569556.
HSL color Cylindrical-coordinate representation of color #D4B008: hue angle of 49.41º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D4B008 is Cyan = 0, Magento = 0.17, Yellow = 0.96 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 176 | 8 | - |
| CMYK | 0 | 0.17 | 0.96 | 0.17 |
| HSL | 49.41º | 0.93% | 0.43% | - |
| HSV(B) | 49.41º | 0.96% | 0.83% | - |
| XYZ | 42.72 | 45.07 | 6.68 | - |
| YUV | 167.61 | 37.93 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 176 | 8 | 0 | 0.17 | 0.96 | 0.17 | 49.41 | 0.93 | 0.43 |
| Hex | D4 | B0 | 8 | 0 | 11 | 60 | 11 | 31 | 5D | 2B |
| Octal | 324 | 260 | 10 | 0 | 21 | 140 | 21 | 61 | 135 | 53 |
| Binary | 11010100 | 10110000 | 1000 | 0 | 10001 | 1100000 | 10001 | 110001 | 1011101 | 101011 |
Color Harmonies of #D4B008
Complementary color
Monochromatic Colors of #D4B008
Black with #D4B008
Text Example
Text Example
White with #D4B008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B008; }
p { color: rgb(212,176,8); }
H1.HeaderClassName
{
color: #D4B008;
}
.AnyTagClassName
{
color: #D4B008;
}
</style>
background-color css
<style>
a { background-color: #D4B008; }
a { background-color: rgb(212,176,8); }
div.DivClassName
{
background-color: #D4B008;
}
.BgClassName
{
background-color: #D4B008;
}
</style>
border-color css
<style>
span { border-color: #D4B008; }
span { border-color: rgb(212,176,8); }
td.TdClassName
{
border-color: #D4B008;
}
.TagClassName
{
border-color: #D4B008;
}
</style>