Shades of Pear #DCF01C
Tints of Pear #DCF01C
RGB
CMYK
RGB Variations
Color information
#DCF01C (or 0xDCF01C) is known color: Pear. HEX triplet: DC, F0 and 1C. RGB value is (220,240,28). Sum of RGB (Red+Green+Blue) = 220+240+28=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 240 (94.14% from 255 or 49.18% from 488); Blue value is 28 (11.33% from 255 or 5.74% from 488); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF01C is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF01C is #230FE3. Grayscale: #D2D2D2. Windows color (decimal): -2297828 or 1896668. OLE color: 1896668.
HSL color Cylindrical-coordinate representation of color #DCF01C: hue angle of 65.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DCF01C is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 240 | 28 | - |
| CMYK | 0.08 | 0 | 0.88 | 0.06 |
| HSL | 65.66º | 0.88% | 0.53% | - |
| HSV(B) | 65.66º | 0.88% | 0.94% | - |
| XYZ | 60.88 | 77.62 | 12.87 | - |
| YUV | 209.85 | 25.37 | 135.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 240 | 28 | 0.08 | 0 | 0.88 | 0.06 | 65.66 | 0.88 | 0.53 |
| Hex | DC | F0 | 1C | 8 | 0 | 58 | 6 | 42 | 58 | 35 |
| Octal | 334 | 360 | 34 | 10 | 0 | 130 | 6 | 102 | 130 | 65 |
| Binary | 11011100 | 11110000 | 11100 | 1000 | 0 | 1011000 | 110 | 1000010 | 1011000 | 110101 |
Color Harmonies of #DCF01C
Complementary color
Monochromatic Colors of #DCF01C
Black with #DCF01C
Text Example
Text Example
White with #DCF01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF01C; }
p { color: rgb(220,240,28); }
H1.HeaderClassName
{
color: #DCF01C;
}
.AnyTagClassName
{
color: #DCF01C;
}
</style>
background-color css
<style>
a { background-color: #DCF01C; }
a { background-color: rgb(220,240,28); }
div.DivClassName
{
background-color: #DCF01C;
}
.BgClassName
{
background-color: #DCF01C;
}
</style>
border-color css
<style>
span { border-color: #DCF01C; }
span { border-color: rgb(220,240,28); }
td.TdClassName
{
border-color: #DCF01C;
}
.TagClassName
{
border-color: #DCF01C;
}
</style>