Shades of Bird Flower #D4C002
Tints of Bird Flower #D4C002
RGB
CMYK
RGB Variations
Color information
#D4C002 (or 0xD4C002) is known color: Bird Flower. HEX triplet: D4, C0 and 02. RGB value is (212,192,2). Sum of RGB (Red+Green+Blue) = 212+192+2=406 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.22% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 2 (1.17% from 255 or 0.49% from 406); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C002 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C002 is #2B3FFD. Grayscale: #B1B1B1. Windows color (decimal): -2834430 or 180436. OLE color: 180436.
HSL color Cylindrical-coordinate representation of color #D4C002: hue angle of 54.29º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D4C002 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.17 |
| HSL | 54.29º | 0.98% | 0.42% | - |
| HSV(B) | 54.29º | 0.99% | 0.83% | - |
| XYZ | 46.01 | 51.7 | 7.61 | - |
| YUV | 176.32 | 29.63 | 153.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 2 | 0 | 0.09 | 0.99 | 0.17 | 54.29 | 0.98 | 0.42 |
| Hex | D4 | C0 | 2 | 0 | 9 | 63 | 11 | 36 | 62 | 2A |
| Octal | 324 | 300 | 2 | 0 | 11 | 143 | 21 | 66 | 142 | 52 |
| Binary | 11010100 | 11000000 | 10 | 0 | 1001 | 1100011 | 10001 | 110110 | 1100010 | 101010 |
Color Harmonies of #D4C002
Complementary color
Monochromatic Colors of #D4C002
Black with #D4C002
Text Example
Text Example
White with #D4C002
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C002; }
p { color: rgb(212,192,2); }
H1.HeaderClassName
{
color: #D4C002;
}
.AnyTagClassName
{
color: #D4C002;
}
</style>
background-color css
<style>
a { background-color: #D4C002; }
a { background-color: rgb(212,192,2); }
div.DivClassName
{
background-color: #D4C002;
}
.BgClassName
{
background-color: #D4C002;
}
</style>
border-color css
<style>
span { border-color: #D4C002; }
span { border-color: rgb(212,192,2); }
td.TdClassName
{
border-color: #D4C002;
}
.TagClassName
{
border-color: #D4C002;
}
</style>