Shades of Pear #DCF023
Tints of Pear #DCF023
RGB
CMYK
RGB Variations
Color information
#DCF023 (or 0xDCF023) is known color: Pear. HEX triplet: DC, F0 and 23. RGB value is (220,240,35). Sum of RGB (Red+Green+Blue) = 220+240+35=495 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.44% from 495); Green value is 240 (94.14% from 255 or 48.48% from 495); Blue value is 35 (14.06% from 255 or 7.07% from 495); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF023 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF023 is #230FDC. Grayscale: #D3D3D3. Windows color (decimal): -2297821 or 2355420. OLE color: 2355420.
HSL color Cylindrical-coordinate representation of color #DCF023: hue angle of 65.85º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DCF023 is Cyan = 0.08, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 35 | - |
| CMYK | 0.08 | 0 | 0.85 | 0.06 |
| HSL | 65.85º | 0.87% | 0.54% | - |
| HSV(B) | 65.85º | 0.85% | 0.94% | - |
| XYZ | 60.98 | 77.66 | 13.37 | - |
| YUV | 210.65 | 28.87 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 35 | 0.08 | 0 | 0.85 | 0.06 | 65.85 | 0.87 | 0.54 |
| Hex | DC | F0 | 23 | 8 | 0 | 55 | 6 | 42 | 57 | 36 |
| Octal | 334 | 360 | 43 | 10 | 0 | 125 | 6 | 102 | 127 | 66 |
| Binary | 11011100 | 11110000 | 100011 | 1000 | 0 | 1010101 | 110 | 1000010 | 1010111 | 110110 |
Color Harmonies of #DCF023
Complementary color
Monochromatic Colors of #DCF023
Black with #DCF023
Text Example
Text Example
White with #DCF023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF023; }
p { color: rgb(220,240,35); }
H1.HeaderClassName
{
color: #DCF023;
}
.AnyTagClassName
{
color: #DCF023;
}
</style>
background-color css
<style>
a { background-color: #DCF023; }
a { background-color: rgb(220,240,35); }
div.DivClassName
{
background-color: #DCF023;
}
.BgClassName
{
background-color: #DCF023;
}
</style>
border-color css
<style>
span { border-color: #DCF023; }
span { border-color: rgb(220,240,35); }
td.TdClassName
{
border-color: #DCF023;
}
.TagClassName
{
border-color: #DCF023;
}
</style>