Shades of Pear #D5DF21
Tints of Pear #D5DF21
RGB
CMYK
RGB Variations
Color information
#D5DF21 (or 0xD5DF21) is known color: Pear. HEX triplet: D5, DF and 21. RGB value is (213,223,33). Sum of RGB (Red+Green+Blue) = 213+223+33=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 33 (13.28% from 255 or 7.04% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #D5DF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D5DF21 is #2A20DE. Grayscale: #C7C7C7. Windows color (decimal): -2760927 or 2219989. OLE color: 2219989.
HSL color Cylindrical-coordinate representation of color #D5DF21: hue angle of 63.16º 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 #D5DF21 is Cyan = 0.04, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 223 | 33 | - |
| CMYK | 0.04 | 0 | 0.85 | 0.13 |
| HSL | 63.16º | 0.75% | 0.5% | - |
| HSV(B) | 63.16º | 0.85% | 0.87% | - |
| XYZ | 54.1 | 67.03 | 11.53 | - |
| YUV | 198.35 | 34.69 | 138.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 223 | 33 | 0.04 | 0 | 0.85 | 0.13 | 63.16 | 0.75 | 0.5 |
| Hex | D5 | DF | 21 | 4 | 0 | 55 | D | 3F | 4B | 32 |
| Octal | 325 | 337 | 41 | 4 | 0 | 125 | 15 | 77 | 113 | 62 |
| Binary | 11010101 | 11011111 | 100001 | 100 | 0 | 1010101 | 1101 | 111111 | 1001011 | 110010 |
Color Harmonies of #D5DF21
Complementary color
Monochromatic Colors of #D5DF21
Black with #D5DF21
Text Example
Text Example
White with #D5DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5DF21; }
p { color: rgb(213,223,33); }
H1.HeaderClassName
{
color: #D5DF21;
}
.AnyTagClassName
{
color: #D5DF21;
}
</style>
background-color css
<style>
a { background-color: #D5DF21; }
a { background-color: rgb(213,223,33); }
div.DivClassName
{
background-color: #D5DF21;
}
.BgClassName
{
background-color: #D5DF21;
}
</style>
border-color css
<style>
span { border-color: #D5DF21; }
span { border-color: rgb(213,223,33); }
td.TdClassName
{
border-color: #D5DF21;
}
.TagClassName
{
border-color: #D5DF21;
}
</style>