Shades of Pear #DCEB34
Tints of Pear #DCEB34
RGB
CMYK
RGB Variations
Color information
#DCEB34 (or 0xDCEB34) is known color: Pear. HEX triplet: DC, EB and 34. RGB value is (220,235,52). Sum of RGB (Red+Green+Blue) = 220+235+52=507 (67% of max value = 765). Red value is 220 (86.33% from 255 or 43.39% from 507); Green value is 235 (92.19% from 255 or 46.35% from 507); Blue value is 52 (20.70% from 255 or 10.26% from 507); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB34 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB34 is #2314CB. Grayscale: #D2D2D2. Windows color (decimal): -2299084 or 3468252. OLE color: 3468252.
HSL color Cylindrical-coordinate representation of color #DCEB34: hue angle of 64.92º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DCEB34 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 52 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.08 |
| HSL | 64.92º | 0.82% | 0.56% | - |
| HSV(B) | 64.92º | 0.78% | 0.92% | - |
| XYZ | 59.84 | 74.88 | 14.55 | - |
| YUV | 209.65 | 39.03 | 135.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 52 | 0.06 | 0 | 0.78 | 0.08 | 64.92 | 0.82 | 0.56 |
| Hex | DC | EB | 34 | 6 | 0 | 4E | 8 | 41 | 52 | 38 |
| Octal | 334 | 353 | 64 | 6 | 0 | 116 | 10 | 101 | 122 | 70 |
| Binary | 11011100 | 11101011 | 110100 | 110 | 0 | 1001110 | 1000 | 1000001 | 1010010 | 111000 |
Color Harmonies of #DCEB34
Complementary color
Monochromatic Colors of #DCEB34
Black with #DCEB34
Text Example
Text Example
White with #DCEB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB34; }
p { color: rgb(220,235,52); }
H1.HeaderClassName
{
color: #DCEB34;
}
.AnyTagClassName
{
color: #DCEB34;
}
</style>
background-color css
<style>
a { background-color: #DCEB34; }
a { background-color: rgb(220,235,52); }
div.DivClassName
{
background-color: #DCEB34;
}
.BgClassName
{
background-color: #DCEB34;
}
</style>
border-color css
<style>
span { border-color: #DCEB34; }
span { border-color: rgb(220,235,52); }
td.TdClassName
{
border-color: #DCEB34;
}
.TagClassName
{
border-color: #DCEB34;
}
</style>