Shades of Pear #DCEA3D
Tints of Pear #DCEA3D
RGB
CMYK
RGB Variations
Color information
#DCEA3D (or 0xDCEA3D) is known color: Pear. HEX triplet: DC, EA and 3D. RGB value is (220,234,61). Sum of RGB (Red+Green+Blue) = 220+234+61=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 234 (91.80% from 255 or 45.44% from 515); Blue value is 61 (24.22% from 255 or 11.84% from 515); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEA3D is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCEA3D is #2315C2. Grayscale: #D2D2D2. Windows color (decimal): -2299331 or 4057820. OLE color: 4057820.
HSL color Cylindrical-coordinate representation of color #DCEA3D: hue angle of 64.86º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DCEA3D is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 220 | 234 | 61 | - |
| CMYK | 0.06 | 0 | 0.74 | 0.08 |
| HSL | 64.86º | 0.8% | 0.58% | - |
| HSV(B) | 64.86º | 0.74% | 0.92% | - |
| XYZ | 59.78 | 74.4 | 15.62 | - |
| YUV | 210.09 | 43.86 | 135.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 234 | 61 | 0.06 | 0 | 0.74 | 0.08 | 64.86 | 0.8 | 0.58 |
| Hex | DC | EA | 3D | 6 | 0 | 4A | 8 | 41 | 50 | 3A |
| Octal | 334 | 352 | 75 | 6 | 0 | 112 | 10 | 101 | 120 | 72 |
| Binary | 11011100 | 11101010 | 111101 | 110 | 0 | 1001010 | 1000 | 1000001 | 1010000 | 111010 |
Color Harmonies of #DCEA3D
Complementary color
Monochromatic Colors of #DCEA3D
Black with #DCEA3D
Text Example
Text Example
White with #DCEA3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCEA3D; }
p { color: rgb(220,234,61); }
H1.HeaderClassName
{
color: #DCEA3D;
}
.AnyTagClassName
{
color: #DCEA3D;
}
</style>
background-color css
<style>
a { background-color: #DCEA3D; }
a { background-color: rgb(220,234,61); }
div.DivClassName
{
background-color: #DCEA3D;
}
.BgClassName
{
background-color: #DCEA3D;
}
</style>
border-color css
<style>
span { border-color: #DCEA3D; }
span { border-color: rgb(220,234,61); }
td.TdClassName
{
border-color: #DCEA3D;
}
.TagClassName
{
border-color: #DCEA3D;
}
</style>