Shades of Pear #D4DF20
Tints of Pear #D4DF20
RGB
CMYK
RGB Variations
Color information
#D4DF20 (or 0xD4DF20) is known color: Pear. HEX triplet: D4, DF and 20. RGB value is (212,223,32). Sum of RGB (Red+Green+Blue) = 212+223+32=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 223 (87.5% from 255 or 47.75% from 467); Blue value is 32 (12.89% from 255 or 6.85% from 467); Max value from RGB is 223 - color contains mainly: green. Hex color #D4DF20 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D4DF20 is #2B20DF. Grayscale: #C6C6C6. Windows color (decimal): -2826464 or 2154452. OLE color: 2154452.
HSL color Cylindrical-coordinate representation of color #D4DF20: hue angle of 63.46º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D4DF20 is Cyan = 0.05, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 212 | 223 | 32 | - |
| CMYK | 0.05 | 0 | 0.86 | 0.13 |
| HSL | 63.46º | 0.75% | 0.5% | - |
| HSV(B) | 63.46º | 0.86% | 0.87% | - |
| XYZ | 53.8 | 66.88 | 11.44 | - |
| YUV | 197.94 | 34.36 | 138.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 223 | 32 | 0.05 | 0 | 0.86 | 0.13 | 63.46 | 0.75 | 0.5 |
| Hex | D4 | DF | 20 | 5 | 0 | 56 | D | 3F | 4B | 32 |
| Octal | 324 | 337 | 40 | 5 | 0 | 126 | 15 | 77 | 113 | 62 |
| Binary | 11010100 | 11011111 | 100000 | 101 | 0 | 1010110 | 1101 | 111111 | 1001011 | 110010 |
Color Harmonies of #D4DF20
Complementary color
Monochromatic Colors of #D4DF20
Black with #D4DF20
Text Example
Text Example
White with #D4DF20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4DF20; }
p { color: rgb(212,223,32); }
H1.HeaderClassName
{
color: #D4DF20;
}
.AnyTagClassName
{
color: #D4DF20;
}
</style>
background-color css
<style>
a { background-color: #D4DF20; }
a { background-color: rgb(212,223,32); }
div.DivClassName
{
background-color: #D4DF20;
}
.BgClassName
{
background-color: #D4DF20;
}
</style>
border-color css
<style>
span { border-color: #D4DF20; }
span { border-color: rgb(212,223,32); }
td.TdClassName
{
border-color: #D4DF20;
}
.TagClassName
{
border-color: #D4DF20;
}
</style>