Shades of Pear #D0DF1B
Tints of Pear #D0DF1B
RGB
CMYK
RGB Variations
Color information
#D0DF1B (or 0xD0DF1B) is known color: Pear. HEX triplet: D0, DF and 1B. RGB value is (208,223,27). Sum of RGB (Red+Green+Blue) = 208+223+27=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 223 (87.5% from 255 or 48.69% from 458); Blue value is 27 (10.94% from 255 or 5.90% from 458); Max value from RGB is 223 - color contains mainly: green. Hex color #D0DF1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D0DF1B is #2F20E4. Grayscale: #C4C4C4. Windows color (decimal): -3088613 or 1826768. OLE color: 1826768.
HSL color Cylindrical-coordinate representation of color #D0DF1B: hue angle of 64.59º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D0DF1B is Cyan = 0.07, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 223 | 27 | - |
| CMYK | 0.07 | 0 | 0.88 | 0.13 |
| HSL | 64.59º | 0.78% | 0.49% | - |
| HSV(B) | 64.59º | 0.88% | 0.87% | - |
| XYZ | 52.6 | 66.26 | 11.06 | - |
| YUV | 196.17 | 32.53 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 223 | 27 | 0.07 | 0 | 0.88 | 0.13 | 64.59 | 0.78 | 0.49 |
| Hex | D0 | DF | 1B | 7 | 0 | 58 | D | 41 | 4E | 31 |
| Octal | 320 | 337 | 33 | 7 | 0 | 130 | 15 | 101 | 116 | 61 |
| Binary | 11010000 | 11011111 | 11011 | 111 | 0 | 1011000 | 1101 | 1000001 | 1001110 | 110001 |
Color Harmonies of #D0DF1B
Complementary color
Monochromatic Colors of #D0DF1B
Black with #D0DF1B
Text Example
Text Example
White with #D0DF1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0DF1B; }
p { color: rgb(208,223,27); }
H1.HeaderClassName
{
color: #D0DF1B;
}
.AnyTagClassName
{
color: #D0DF1B;
}
</style>
background-color css
<style>
a { background-color: #D0DF1B; }
a { background-color: rgb(208,223,27); }
div.DivClassName
{
background-color: #D0DF1B;
}
.BgClassName
{
background-color: #D0DF1B;
}
</style>
border-color css
<style>
span { border-color: #D0DF1B; }
span { border-color: rgb(208,223,27); }
td.TdClassName
{
border-color: #D0DF1B;
}
.TagClassName
{
border-color: #D0DF1B;
}
</style>