Shades of Pear #D0E01C
Tints of Pear #D0E01C
RGB
CMYK
RGB Variations
Color information
#D0E01C (or 0xD0E01C) is known color: Pear. HEX triplet: D0, E0 and 1C. RGB value is (208,224,28). Sum of RGB (Red+Green+Blue) = 208+224+28=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 28 (11.33% from 255 or 6.09% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #D0E01C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0E01C is #2F1FE3. Grayscale: #C5C5C5. Windows color (decimal): -3088356 or 1892560. OLE color: 1892560.
HSL color Cylindrical-coordinate representation of color #D0E01C: hue angle of 64.9º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0E01C is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 224 | 28 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.12 |
| HSL | 64.9º | 0.78% | 0.49% | - |
| HSV(B) | 64.9º | 0.88% | 0.88% | - |
| XYZ | 52.88 | 66.81 | 11.21 | - |
| YUV | 196.87 | 32.7 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 224 | 28 | 0.07 | 0 | 0.88 | 0.12 | 64.9 | 0.78 | 0.49 |
| Hex | D0 | E0 | 1C | 7 | 0 | 58 | C | 41 | 4E | 31 |
| Octal | 320 | 340 | 34 | 7 | 0 | 130 | 14 | 101 | 116 | 61 |
| Binary | 11010000 | 11100000 | 11100 | 111 | 0 | 1011000 | 1100 | 1000001 | 1001110 | 110001 |
Color Harmonies of #D0E01C
Complementary color
Monochromatic Colors of #D0E01C
Black with #D0E01C
Text Example
Text Example
White with #D0E01C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E01C; }
p { color: rgb(208,224,28); }
H1.HeaderClassName
{
color: #D0E01C;
}
.AnyTagClassName
{
color: #D0E01C;
}
</style>
background-color css
<style>
a { background-color: #D0E01C; }
a { background-color: rgb(208,224,28); }
div.DivClassName
{
background-color: #D0E01C;
}
.BgClassName
{
background-color: #D0E01C;
}
</style>
border-color css
<style>
span { border-color: #D0E01C; }
span { border-color: rgb(208,224,28); }
td.TdClassName
{
border-color: #D0E01C;
}
.TagClassName
{
border-color: #D0E01C;
}
</style>