Shades of Pear #D8DF21
Tints of Pear #D8DF21
RGB
CMYK
RGB Variations
Color information
#D8DF21 (or 0xD8DF21) is known color: Pear. HEX triplet: D8, DF and 21. RGB value is (216,223,33). Sum of RGB (Red+Green+Blue) = 216+223+33=472 (62% of max value = 765). Red value is 216 (84.77% from 255 or 45.76% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 33 (13.28% from 255 or 6.99% from 472); Max value from RGB is 223 - color contains mainly: green. Hex color #D8DF21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D8DF21 is #2720DE. Grayscale: #C8C8C8. Windows color (decimal): -2564319 or 2219992. OLE color: 2219992.
HSL color Cylindrical-coordinate representation of color #D8DF21: hue angle of 62.21º 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 #D8DF21 is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 223 | 33 | - |
| CMYK | 0.03 | 0 | 0.85 | 0.13 |
| HSL | 62.21º | 0.75% | 0.5% | - |
| HSV(B) | 62.21º | 0.85% | 0.87% | - |
| XYZ | 54.98 | 67.48 | 11.57 | - |
| YUV | 199.25 | 34.18 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 223 | 33 | 0.03 | 0 | 0.85 | 0.13 | 62.21 | 0.75 | 0.5 |
| Hex | D8 | DF | 21 | 3 | 0 | 55 | D | 3E | 4B | 32 |
| Octal | 330 | 337 | 41 | 3 | 0 | 125 | 15 | 76 | 113 | 62 |
| Binary | 11011000 | 11011111 | 100001 | 11 | 0 | 1010101 | 1101 | 111110 | 1001011 | 110010 |
Color Harmonies of #D8DF21
Complementary color
Monochromatic Colors of #D8DF21
Black with #D8DF21
Text Example
Text Example
White with #D8DF21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DF21; }
p { color: rgb(216,223,33); }
H1.HeaderClassName
{
color: #D8DF21;
}
.AnyTagClassName
{
color: #D8DF21;
}
</style>
background-color css
<style>
a { background-color: #D8DF21; }
a { background-color: rgb(216,223,33); }
div.DivClassName
{
background-color: #D8DF21;
}
.BgClassName
{
background-color: #D8DF21;
}
</style>
border-color css
<style>
span { border-color: #D8DF21; }
span { border-color: rgb(216,223,33); }
td.TdClassName
{
border-color: #D8DF21;
}
.TagClassName
{
border-color: #D8DF21;
}
</style>