Shades of Pear #D3DF21
Tints of Pear #D3DF21
RGB
CMYK
RGB Variations
Color information
#D3DF21 (or 0xD3DF21) is known color: Pear. HEX triplet: D3, DF and 21. RGB value is (211,223,33). Sum of RGB (Red+Green+Blue) = 211+223+33=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 33 (13.28% from 255 or 7.07% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF21 is #2C20DE. Grayscale: #C6C6C6. Windows color (decimal): -2891999 or 2219987. OLE color: 2219987.
HSL color Cylindrical-coordinate representation of color #D3DF21: hue angle of 63.79º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D3DF21 is Cyan = 0.05, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 33 | - |
| CMYK | 0.05 | 0 | 0.85 | 0.13 |
| HSL | 63.79º | 0.75% | 0.5% | - |
| HSV(B) | 63.79º | 0.85% | 0.87% | - |
| XYZ | 53.53 | 66.73 | 11.5 | - |
| YUV | 197.75 | 35.02 | 137.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 33 | 0.05 | 0 | 0.85 | 0.13 | 63.79 | 0.75 | 0.5 |
| Hex | D3 | DF | 21 | 5 | 0 | 55 | D | 40 | 4B | 32 |
| Octal | 323 | 337 | 41 | 5 | 0 | 125 | 15 | 100 | 113 | 62 |
| Binary | 11010011 | 11011111 | 100001 | 101 | 0 | 1010101 | 1101 | 1000000 | 1001011 | 110010 |
Color Harmonies of #D3DF21
Complementary color
Monochromatic Colors of #D3DF21
Black with #D3DF21
Text Example
Text Example
White with #D3DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF21; }
p { color: rgb(211,223,33); }
H1.HeaderClassName
{
color: #D3DF21;
}
.AnyTagClassName
{
color: #D3DF21;
}
</style>
background-color css
<style>
a { background-color: #D3DF21; }
a { background-color: rgb(211,223,33); }
div.DivClassName
{
background-color: #D3DF21;
}
.BgClassName
{
background-color: #D3DF21;
}
</style>
border-color css
<style>
span { border-color: #D3DF21; }
span { border-color: rgb(211,223,33); }
td.TdClassName
{
border-color: #D3DF21;
}
.TagClassName
{
border-color: #D3DF21;
}
</style>