Shades of Bird Flower #D4CA02
Tints of Bird Flower #D4CA02
RGB
CMYK
RGB Variations
Color information
#D4CA02 (or 0xD4CA02) is known color: Bird Flower. HEX triplet: D4, CA and 02. RGB value is (212,202,2). Sum of RGB (Red+Green+Blue) = 212+202+2=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 202 (79.30% from 255 or 48.56% from 416); Blue value is 2 (1.17% from 255 or 0.48% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CA02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4CA02 is #2B35FD. Grayscale: #B6B6B6. Windows color (decimal): -2831870 or 182996. OLE color: 182996.
HSL color Cylindrical-coordinate representation of color #D4CA02: hue angle of 57.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 #D4CA02 is Cyan = 0, Magento = 0.05, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 202 | 2 | - |
| CMYK | 0 | 0.05 | 0.99 | 0.17 |
| HSL | 57.14º | 0.98% | 0.42% | - |
| HSV(B) | 57.14º | 0.99% | 0.83% | - |
| XYZ | 48.28 | 56.24 | 8.37 | - |
| YUV | 182.19 | 26.31 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 202 | 2 | 0 | 0.05 | 0.99 | 0.17 | 57.14 | 0.98 | 0.42 |
| Hex | D4 | CA | 2 | 0 | 5 | 63 | 11 | 39 | 62 | 2A |
| Octal | 324 | 312 | 2 | 0 | 5 | 143 | 21 | 71 | 142 | 52 |
| Binary | 11010100 | 11001010 | 10 | 0 | 101 | 1100011 | 10001 | 111001 | 1100010 | 101010 |
Color Harmonies of #D4CA02
Complementary color
Monochromatic Colors of #D4CA02
Black with #D4CA02
Text Example
Text Example
White with #D4CA02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4CA02; }
p { color: rgb(212,202,2); }
H1.HeaderClassName
{
color: #D4CA02;
}
.AnyTagClassName
{
color: #D4CA02;
}
</style>
background-color css
<style>
a { background-color: #D4CA02; }
a { background-color: rgb(212,202,2); }
div.DivClassName
{
background-color: #D4CA02;
}
.BgClassName
{
background-color: #D4CA02;
}
</style>
border-color css
<style>
span { border-color: #D4CA02; }
span { border-color: rgb(212,202,2); }
td.TdClassName
{
border-color: #D4CA02;
}
.TagClassName
{
border-color: #D4CA02;
}
</style>