Shades of Pear #DCEB3A
Tints of Pear #DCEB3A
RGB
CMYK
RGB Variations
Color information
#DCEB3A (or 0xDCEB3A) is known color: Pear. HEX triplet: DC, EB and 3A. RGB value is (220,235,58). Sum of RGB (Red+Green+Blue) = 220+235+58=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 235 (92.19% from 255 or 45.81% from 513); Blue value is 58 (23.05% from 255 or 11.31% from 513); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEB3A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEB3A is #2314C5. Grayscale: #D3D3D3. Windows color (decimal): -2299078 or 3861468. OLE color: 3861468.
HSL color Cylindrical-coordinate representation of color #DCEB3A: hue angle of 65.08º degrees, saturation: 0.82, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DCEB3A is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 235 | 58 | - |
| CMYK | 0.06 | 0 | 0.75 | 0.08 |
| HSL | 65.08º | 0.82% | 0.57% | - |
| HSV(B) | 65.08º | 0.75% | 0.92% | - |
| XYZ | 59.99 | 74.94 | 15.31 | - |
| YUV | 210.34 | 42.03 | 134.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 235 | 58 | 0.06 | 0 | 0.75 | 0.08 | 65.08 | 0.82 | 0.57 |
| Hex | DC | EB | 3A | 6 | 0 | 4B | 8 | 41 | 52 | 39 |
| Octal | 334 | 353 | 72 | 6 | 0 | 113 | 10 | 101 | 122 | 71 |
| Binary | 11011100 | 11101011 | 111010 | 110 | 0 | 1001011 | 1000 | 1000001 | 1010010 | 111001 |
Color Harmonies of #DCEB3A
Complementary color
Monochromatic Colors of #DCEB3A
Black with #DCEB3A
Text Example
Text Example
White with #DCEB3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEB3A; }
p { color: rgb(220,235,58); }
H1.HeaderClassName
{
color: #DCEB3A;
}
.AnyTagClassName
{
color: #DCEB3A;
}
</style>
background-color css
<style>
a { background-color: #DCEB3A; }
a { background-color: rgb(220,235,58); }
div.DivClassName
{
background-color: #DCEB3A;
}
.BgClassName
{
background-color: #DCEB3A;
}
</style>
border-color css
<style>
span { border-color: #DCEB3A; }
span { border-color: rgb(220,235,58); }
td.TdClassName
{
border-color: #DCEB3A;
}
.TagClassName
{
border-color: #DCEB3A;
}
</style>