Shades of Bird Flower #D4C003
Tints of Bird Flower #D4C003
RGB
CMYK
RGB Variations
Color information
#D4C003 (or 0xD4C003) is known color: Bird Flower. HEX triplet: D4, C0 and 03. RGB value is (212,192,3). Sum of RGB (Red+Green+Blue) = 212+192+3=407 (53% of max value = 765). Red value is 212 (83.20% from 255 or 52.09% from 407); Green value is 192 (75.39% from 255 or 47.17% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C003 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C003 is #2B3FFC. Grayscale: #B1B1B1. Windows color (decimal): -2834429 or 245972. OLE color: 245972.
HSL color Cylindrical-coordinate representation of color #D4C003: hue angle of 54.26º degrees, saturation: 0.97, 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 #D4C003 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 192 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.17 |
| HSL | 54.26º | 0.97% | 0.42% | - |
| HSV(B) | 54.26º | 0.99% | 0.83% | - |
| XYZ | 46.02 | 51.7 | 7.64 | - |
| YUV | 176.43 | 30.13 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 192 | 3 | 0 | 0.09 | 0.99 | 0.17 | 54.26 | 0.97 | 0.42 |
| Hex | D4 | C0 | 3 | 0 | 9 | 63 | 11 | 36 | 61 | 2A |
| Octal | 324 | 300 | 3 | 0 | 11 | 143 | 21 | 66 | 141 | 52 |
| Binary | 11010100 | 11000000 | 11 | 0 | 1001 | 1100011 | 10001 | 110110 | 1100001 | 101010 |
Color Harmonies of #D4C003
Complementary color
Monochromatic Colors of #D4C003
Black with #D4C003
Text Example
Text Example
White with #D4C003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C003; }
p { color: rgb(212,192,3); }
H1.HeaderClassName
{
color: #D4C003;
}
.AnyTagClassName
{
color: #D4C003;
}
</style>
background-color css
<style>
a { background-color: #D4C003; }
a { background-color: rgb(212,192,3); }
div.DivClassName
{
background-color: #D4C003;
}
.BgClassName
{
background-color: #D4C003;
}
</style>
border-color css
<style>
span { border-color: #D4C003; }
span { border-color: rgb(212,192,3); }
td.TdClassName
{
border-color: #D4C003;
}
.TagClassName
{
border-color: #D4C003;
}
</style>