Shades of Bird Flower #D4C302
Tints of Bird Flower #D4C302
RGB
CMYK
RGB Variations
Color information
#D4C302 (or 0xD4C302) is known color: Bird Flower. HEX triplet: D4, C3 and 02. RGB value is (212,195,2). Sum of RGB (Red+Green+Blue) = 212+195+2=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 2 (1.17% from 255 or 0.49% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C302 is #2B3CFD. Grayscale: #B2B2B2. Windows color (decimal): -2833662 or 181204. OLE color: 181204.
HSL color Cylindrical-coordinate representation of color #D4C302: hue angle of 55.14º 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 #D4C302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 195 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.17 |
| HSL | 55.14º | 0.98% | 0.42% | - |
| HSV(B) | 55.14º | 0.99% | 0.83% | - |
| XYZ | 46.68 | 53.03 | 7.83 | - |
| YUV | 178.08 | 28.63 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 195 | 2 | 0 | 0.08 | 0.99 | 0.17 | 55.14 | 0.98 | 0.42 |
| Hex | D4 | C3 | 2 | 0 | 8 | 63 | 11 | 37 | 62 | 2A |
| Octal | 324 | 303 | 2 | 0 | 10 | 143 | 21 | 67 | 142 | 52 |
| Binary | 11010100 | 11000011 | 10 | 0 | 1000 | 1100011 | 10001 | 110111 | 1100010 | 101010 |
Color Harmonies of #D4C302
Complementary color
Monochromatic Colors of #D4C302
Black with #D4C302
Text Example
Text Example
White with #D4C302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C302; }
p { color: rgb(212,195,2); }
H1.HeaderClassName
{
color: #D4C302;
}
.AnyTagClassName
{
color: #D4C302;
}
</style>
background-color css
<style>
a { background-color: #D4C302; }
a { background-color: rgb(212,195,2); }
div.DivClassName
{
background-color: #D4C302;
}
.BgClassName
{
background-color: #D4C302;
}
</style>
border-color css
<style>
span { border-color: #D4C302; }
span { border-color: rgb(212,195,2); }
td.TdClassName
{
border-color: #D4C302;
}
.TagClassName
{
border-color: #D4C302;
}
</style>