Shades of Bird Flower #D6C502
Tints of Bird Flower #D6C502
RGB
CMYK
RGB Variations
Color information
#D6C502 (or 0xD6C502) is known color: Bird Flower. HEX triplet: D6, C5 and 02. RGB value is (214,197,2). Sum of RGB (Red+Green+Blue) = 214+197+2=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 197 (77.34% from 255 or 47.70% from 413); Blue value is 2 (1.17% from 255 or 0.48% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C502 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C502 is #293AFD. Grayscale: #B4B4B4. Windows color (decimal): -2702078 or 181718. OLE color: 181718.
HSL color Cylindrical-coordinate representation of color #D6C502: hue angle of 55.19º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6C502 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 197 | 2 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.16 |
| HSL | 55.19º | 0.98% | 0.42% | - |
| HSV(B) | 55.19º | 0.99% | 0.84% | - |
| XYZ | 47.71 | 54.23 | 8.01 | - |
| YUV | 179.85 | 27.63 | 152.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 197 | 2 | 0 | 0.08 | 0.99 | 0.16 | 55.19 | 0.98 | 0.42 |
| Hex | D6 | C5 | 2 | 0 | 8 | 63 | 10 | 37 | 62 | 2A |
| Octal | 326 | 305 | 2 | 0 | 10 | 143 | 20 | 67 | 142 | 52 |
| Binary | 11010110 | 11000101 | 10 | 0 | 1000 | 1100011 | 10000 | 110111 | 1100010 | 101010 |
Color Harmonies of #D6C502
Complementary color
Monochromatic Colors of #D6C502
Black with #D6C502
Text Example
Text Example
White with #D6C502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C502; }
p { color: rgb(214,197,2); }
H1.HeaderClassName
{
color: #D6C502;
}
.AnyTagClassName
{
color: #D6C502;
}
</style>
background-color css
<style>
a { background-color: #D6C502; }
a { background-color: rgb(214,197,2); }
div.DivClassName
{
background-color: #D6C502;
}
.BgClassName
{
background-color: #D6C502;
}
</style>
border-color css
<style>
span { border-color: #D6C502; }
span { border-color: rgb(214,197,2); }
td.TdClassName
{
border-color: #D6C502;
}
.TagClassName
{
border-color: #D6C502;
}
</style>