Shades of Pear #DDF925
Tints of Pear #DDF925
RGB
CMYK
RGB Variations
Color information
#DDF925 (or 0xDDF925) is known color: Pear. HEX triplet: DD, F9 and 25. RGB value is (221,249,37). Sum of RGB (Red+Green+Blue) = 221+249+37=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 249 (97.66% from 255 or 49.11% from 507); Blue value is 37 (14.84% from 255 or 7.30% from 507); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF925 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DDF925 is #2206DA. Grayscale: #D9D9D9. Windows color (decimal): -2229979 or 2488797. OLE color: 2488797.
HSL color Cylindrical-coordinate representation of color #DDF925: hue angle of 67.92º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DDF925 is Cyan = 0.11, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 37 | - |
| CMYK | 0.11 | 0 | 0.85 | 0.02 |
| HSL | 67.92º | 0.95% | 0.56% | - |
| HSV(B) | 67.92º | 0.85% | 0.98% | - |
| XYZ | 64.03 | 83.26 | 14.45 | - |
| YUV | 216.46 | 26.72 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 37 | 0.11 | 0 | 0.85 | 0.02 | 67.92 | 0.95 | 0.56 |
| Hex | DD | F9 | 25 | B | 0 | 55 | 2 | 44 | 5F | 38 |
| Octal | 335 | 371 | 45 | 13 | 0 | 125 | 2 | 104 | 137 | 70 |
| Binary | 11011101 | 11111001 | 100101 | 1011 | 0 | 1010101 | 10 | 1000100 | 1011111 | 111000 |
Color Harmonies of #DDF925
Complementary color
Monochromatic Colors of #DDF925
Black with #DDF925
Text Example
Text Example
White with #DDF925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF925; }
p { color: rgb(221,249,37); }
H1.HeaderClassName
{
color: #DDF925;
}
.AnyTagClassName
{
color: #DDF925;
}
</style>
background-color css
<style>
a { background-color: #DDF925; }
a { background-color: rgb(221,249,37); }
div.DivClassName
{
background-color: #DDF925;
}
.BgClassName
{
background-color: #DDF925;
}
</style>
border-color css
<style>
span { border-color: #DDF925; }
span { border-color: rgb(221,249,37); }
td.TdClassName
{
border-color: #DDF925;
}
.TagClassName
{
border-color: #DDF925;
}
</style>