Shades of Pear #DCEB31
Tints of Pear #DCEB31
RGB
CMYK
RGB Variations
Color information
#DCEB31 (or 0xDCEB31) is known color: Pear. HEX triplet: DC, EB and 31. RGB value is (220,235,49). Sum of RGB (Red+Green+Blue) = 220+235+49=504 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.65% from 504); Green value is 235 (92.19% from 255 or 46.63% from 504); Blue value is 49 (19.53% from 255 or 9.72% from 504); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB31 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB31 is #2314CE. Grayscale: #D2D2D2. Windows color (decimal): -2299087 or 3271644. OLE color: 3271644.
HSL color Cylindrical-coordinate representation of color #DCEB31: hue angle of 64.84º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DCEB31 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 49 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.08 |
| HSL | 64.84º | 0.82% | 0.56% | - |
| HSV(B) | 64.84º | 0.79% | 0.92% | - |
| XYZ | 59.78 | 74.85 | 14.2 | - |
| YUV | 209.31 | 37.53 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 49 | 0.06 | 0 | 0.79 | 0.08 | 64.84 | 0.82 | 0.56 |
| Hex | DC | EB | 31 | 6 | 0 | 4F | 8 | 41 | 52 | 38 |
| Octal | 334 | 353 | 61 | 6 | 0 | 117 | 10 | 101 | 122 | 70 |
| Binary | 11011100 | 11101011 | 110001 | 110 | 0 | 1001111 | 1000 | 1000001 | 1010010 | 111000 |
Color Harmonies of #DCEB31
Complementary color
Monochromatic Colors of #DCEB31
Black with #DCEB31
Text Example
Text Example
White with #DCEB31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB31; }
p { color: rgb(220,235,49); }
H1.HeaderClassName
{
color: #DCEB31;
}
.AnyTagClassName
{
color: #DCEB31;
}
</style>
background-color css
<style>
a { background-color: #DCEB31; }
a { background-color: rgb(220,235,49); }
div.DivClassName
{
background-color: #DCEB31;
}
.BgClassName
{
background-color: #DCEB31;
}
</style>
border-color css
<style>
span { border-color: #DCEB31; }
span { border-color: rgb(220,235,49); }
td.TdClassName
{
border-color: #DCEB31;
}
.TagClassName
{
border-color: #DCEB31;
}
</style>