Shades of Pear #DCF321
Tints of Pear #DCF321
RGB
CMYK
RGB Variations
Color information
#DCF321 (or 0xDCF321) is known color: Pear. HEX triplet: DC, F3 and 21. RGB value is (220,243,33). Sum of RGB (Red+Green+Blue) = 220+243+33=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 243 (95.31% from 255 or 48.99% from 496); Blue value is 33 (13.28% from 255 or 6.65% from 496); Max value from RGB is 243 - color contains mainly: green. Hex color #DCF321 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DCF321 is #230CDE. Grayscale: #D5D5D5. Windows color (decimal): -2297055 or 2225116. OLE color: 2225116.
HSL color Cylindrical-coordinate representation of color #DCF321: hue angle of 66.57º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DCF321 is Cyan = 0.09, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 243 | 33 | - |
| CMYK | 0.09 | 0 | 0.86 | 0.05 |
| HSL | 66.57º | 0.9% | 0.54% | - |
| HSV(B) | 66.57º | 0.86% | 0.95% | - |
| XYZ | 61.84 | 79.43 | 13.51 | - |
| YUV | 212.18 | 26.88 | 133.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 243 | 33 | 0.09 | 0 | 0.86 | 0.05 | 66.57 | 0.9 | 0.54 |
| Hex | DC | F3 | 21 | 9 | 0 | 56 | 5 | 43 | 5A | 36 |
| Octal | 334 | 363 | 41 | 11 | 0 | 126 | 5 | 103 | 132 | 66 |
| Binary | 11011100 | 11110011 | 100001 | 1001 | 0 | 1010110 | 101 | 1000011 | 1011010 | 110110 |
Color Harmonies of #DCF321
Complementary color
Monochromatic Colors of #DCF321
Black with #DCF321
Text Example
Text Example
White with #DCF321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCF321; }
p { color: rgb(220,243,33); }
H1.HeaderClassName
{
color: #DCF321;
}
.AnyTagClassName
{
color: #DCF321;
}
</style>
background-color css
<style>
a { background-color: #DCF321; }
a { background-color: rgb(220,243,33); }
div.DivClassName
{
background-color: #DCF321;
}
.BgClassName
{
background-color: #DCF321;
}
</style>
border-color css
<style>
span { border-color: #DCF321; }
span { border-color: rgb(220,243,33); }
td.TdClassName
{
border-color: #DCF321;
}
.TagClassName
{
border-color: #DCF321;
}
</style>