Shades of Bird Flower #D6D302
Tints of Bird Flower #D6D302
RGB
CMYK
RGB Variations
Color information
#D6D302 (or 0xD6D302) is known color: Bird Flower. HEX triplet: D6, D3 and 02. RGB value is (214,211,2). Sum of RGB (Red+Green+Blue) = 214+211+2=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 211 (82.81% from 255 or 49.41% from 427); Blue value is 2 (1.17% from 255 or 0.47% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6D302 is #292CFD. Grayscale: #BCBCBC. Windows color (decimal): -2698494 or 185302. OLE color: 185302.
HSL color Cylindrical-coordinate representation of color #D6D302: hue angle of 59.15º 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 #D6D302 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 211 | 2 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.16 |
| HSL | 59.15º | 0.98% | 0.42% | - |
| HSV(B) | 59.15º | 0.99% | 0.84% | - |
| XYZ | 51.04 | 60.89 | 9.12 | - |
| YUV | 188.07 | 22.99 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 211 | 2 | 0 | 0.01 | 0.99 | 0.16 | 59.15 | 0.98 | 0.42 |
| Hex | D6 | D3 | 2 | 0 | 1 | 63 | 10 | 3B | 62 | 2A |
| Octal | 326 | 323 | 2 | 0 | 1 | 143 | 20 | 73 | 142 | 52 |
| Binary | 11010110 | 11010011 | 10 | 0 | 1 | 1100011 | 10000 | 111011 | 1100010 | 101010 |
Color Harmonies of #D6D302
Complementary color
Monochromatic Colors of #D6D302
Black with #D6D302
Text Example
Text Example
White with #D6D302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6D302; }
p { color: rgb(214,211,2); }
H1.HeaderClassName
{
color: #D6D302;
}
.AnyTagClassName
{
color: #D6D302;
}
</style>
background-color css
<style>
a { background-color: #D6D302; }
a { background-color: rgb(214,211,2); }
div.DivClassName
{
background-color: #D6D302;
}
.BgClassName
{
background-color: #D6D302;
}
</style>
border-color css
<style>
span { border-color: #D6D302; }
span { border-color: rgb(214,211,2); }
td.TdClassName
{
border-color: #D6D302;
}
.TagClassName
{
border-color: #D6D302;
}
</style>