Shades of Pear #D3DF23
Tints of Pear #D3DF23
RGB
CMYK
RGB Variations
Color information
#D3DF23 (or 0xD3DF23) is known color: Pear. HEX triplet: D3, DF and 23. RGB value is (211,223,35). Sum of RGB (Red+Green+Blue) = 211+223+35=469 (62% of max value = 765). Red value is 211 (82.81% from 255 or 44.99% from 469); Green value is 223 (87.5% from 255 or 47.55% from 469); Blue value is 35 (14.06% from 255 or 7.46% from 469); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DF23 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D3DF23 is #2C20DC. Grayscale: #C6C6C6. Windows color (decimal): -2891997 or 2351059. OLE color: 2351059.
HSL color Cylindrical-coordinate representation of color #D3DF23: hue angle of 63.83º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D3DF23 is Cyan = 0.05, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 35 | - |
| CMYK | 0.05 | 0 | 0.84 | 0.13 |
| HSL | 63.83º | 0.75% | 0.51% | - |
| HSV(B) | 63.83º | 0.84% | 0.87% | - |
| XYZ | 53.56 | 66.75 | 11.65 | - |
| YUV | 197.98 | 36.02 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 35 | 0.05 | 0 | 0.84 | 0.13 | 63.83 | 0.75 | 0.51 |
| Hex | D3 | DF | 23 | 5 | 0 | 54 | D | 40 | 4B | 33 |
| Octal | 323 | 337 | 43 | 5 | 0 | 124 | 15 | 100 | 113 | 63 |
| Binary | 11010011 | 11011111 | 100011 | 101 | 0 | 1010100 | 1101 | 1000000 | 1001011 | 110011 |
Color Harmonies of #D3DF23
Complementary color
Monochromatic Colors of #D3DF23
Black with #D3DF23
Text Example
Text Example
White with #D3DF23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DF23; }
p { color: rgb(211,223,35); }
H1.HeaderClassName
{
color: #D3DF23;
}
.AnyTagClassName
{
color: #D3DF23;
}
</style>
background-color css
<style>
a { background-color: #D3DF23; }
a { background-color: rgb(211,223,35); }
div.DivClassName
{
background-color: #D3DF23;
}
.BgClassName
{
background-color: #D3DF23;
}
</style>
border-color css
<style>
span { border-color: #D3DF23; }
span { border-color: rgb(211,223,35); }
td.TdClassName
{
border-color: #D3DF23;
}
.TagClassName
{
border-color: #D3DF23;
}
</style>