Shades of Bird Flower #D1D602
Tints of Bird Flower #D1D602
RGB
CMYK
RGB Variations
Color information
#D1D602 (or 0xD1D602) is known color: Bird Flower. HEX triplet: D1, D6 and 02. RGB value is (209,214,2). Sum of RGB (Red+Green+Blue) = 209+214+2=425 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.18% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #D1D602 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D602 is #2E29FD. Grayscale: #BDBDBD. Windows color (decimal): -3025406 or 186065. OLE color: 186065.
HSL color Cylindrical-coordinate representation of color #D1D602: hue angle of 61.42º 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 #D1D602 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 214 | 2 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.16 |
| HSL | 61.42º | 0.98% | 0.42% | - |
| HSV(B) | 61.42º | 0.99% | 0.84% | - |
| XYZ | 50.35 | 61.65 | 9.3 | - |
| YUV | 188.34 | 22.84 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 214 | 2 | 0.02 | 0 | 0.99 | 0.16 | 61.42 | 0.98 | 0.42 |
| Hex | D1 | D6 | 2 | 2 | 0 | 63 | 10 | 3D | 62 | 2A |
| Octal | 321 | 326 | 2 | 2 | 0 | 143 | 20 | 75 | 142 | 52 |
| Binary | 11010001 | 11010110 | 10 | 10 | 0 | 1100011 | 10000 | 111101 | 1100010 | 101010 |
Color Harmonies of #D1D602
Complementary color
Monochromatic Colors of #D1D602
Black with #D1D602
Text Example
Text Example
White with #D1D602
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D602; }
p { color: rgb(209,214,2); }
H1.HeaderClassName
{
color: #D1D602;
}
.AnyTagClassName
{
color: #D1D602;
}
</style>
background-color css
<style>
a { background-color: #D1D602; }
a { background-color: rgb(209,214,2); }
div.DivClassName
{
background-color: #D1D602;
}
.BgClassName
{
background-color: #D1D602;
}
</style>
border-color css
<style>
span { border-color: #D1D602; }
span { border-color: rgb(209,214,2); }
td.TdClassName
{
border-color: #D1D602;
}
.TagClassName
{
border-color: #D1D602;
}
</style>