Shades of Bird Flower #D3D402
Tints of Bird Flower #D3D402
RGB
CMYK
RGB Variations
Color information
#D3D402 (or 0xD3D402) is known color: Bird Flower. HEX triplet: D3, D4 and 02. RGB value is (211,212,2). Sum of RGB (Red+Green+Blue) = 211+212+2=425 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.65% from 425); Green value is 212 (83.20% from 255 or 49.88% from 425); Blue value is 2 (1.17% from 255 or 0.47% from 425); Max value from RGB is 212 - color contains mainly: green. Hex color #D3D402 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3D402 is #2C2BFD. Grayscale: #BCBCBC. Windows color (decimal): -2894846 or 185555. OLE color: 185555.
HSL color Cylindrical-coordinate representation of color #D3D402: hue angle of 60.29º 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 #D3D402 is Cyan = 0.00, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 212 | 2 | - |
| CMYK | 0.00 | 0 | 0.99 | 0.17 |
| HSL | 60.29º | 0.98% | 0.42% | - |
| HSV(B) | 60.29º | 0.99% | 0.83% | - |
| XYZ | 50.42 | 60.94 | 9.16 | - |
| YUV | 187.76 | 23.17 | 144.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 212 | 2 | 0.00 | 0 | 0.99 | 0.17 | 60.29 | 0.98 | 0.42 |
| Hex | D3 | D4 | 2 | 0 | 0 | 63 | 11 | 3C | 62 | 2A |
| Octal | 323 | 324 | 2 | 0 | 0 | 143 | 21 | 74 | 142 | 52 |
| Binary | 11010011 | 11010100 | 10 | 0 | 0 | 1100011 | 10001 | 111100 | 1100010 | 101010 |
Color Harmonies of #D3D402
Complementary color
Monochromatic Colors of #D3D402
Black with #D3D402
Text Example
Text Example
White with #D3D402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3D402; }
p { color: rgb(211,212,2); }
H1.HeaderClassName
{
color: #D3D402;
}
.AnyTagClassName
{
color: #D3D402;
}
</style>
background-color css
<style>
a { background-color: #D3D402; }
a { background-color: rgb(211,212,2); }
div.DivClassName
{
background-color: #D3D402;
}
.BgClassName
{
background-color: #D3D402;
}
</style>
border-color css
<style>
span { border-color: #D3D402; }
span { border-color: rgb(211,212,2); }
td.TdClassName
{
border-color: #D3D402;
}
.TagClassName
{
border-color: #D3D402;
}
</style>