Shades of Mindaro #DDF961
Tints of Mindaro #DDF961
RGB
CMYK
RGB Variations
Color information
#DDF961 (or 0xDDF961) is known color: Mindaro. HEX triplet: DD, F9 and 61. RGB value is (221,249,97). Sum of RGB (Red+Green+Blue) = 221+249+97=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 249 (97.66% from 255 or 43.92% from 567); Blue value is 97 (38.28% from 255 or 17.11% from 567); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF961 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #DDF961 is #22069E. Grayscale: #DFDFDF. Windows color (decimal): -2229919 or 6420957. OLE color: 6420957.
HSL color Cylindrical-coordinate representation of color #DDF961: hue angle of 71.05º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DDF961 is Cyan = 0.11, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 249 | 97 | - |
| CMYK | 0.11 | 0 | 0.61 | 0.02 |
| HSL | 71.05º | 0.93% | 0.68% | - |
| HSV(B) | 71.05º | 0.61% | 0.98% | - |
| XYZ | 65.85 | 83.99 | 24.05 | - |
| YUV | 223.3 | 56.72 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 249 | 97 | 0.11 | 0 | 0.61 | 0.02 | 71.05 | 0.93 | 0.68 |
| Hex | DD | F9 | 61 | B | 0 | 3D | 2 | 47 | 5D | 44 |
| Octal | 335 | 371 | 141 | 13 | 0 | 75 | 2 | 107 | 135 | 104 |
| Binary | 11011101 | 11111001 | 1100001 | 1011 | 0 | 111101 | 10 | 1000111 | 1011101 | 1000100 |
Color Harmonies of #DDF961
Complementary color
Monochromatic Colors of #DDF961
Black with #DDF961
Text Example
Text Example
White with #DDF961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDF961; }
p { color: rgb(221,249,97); }
H1.HeaderClassName
{
color: #DDF961;
}
.AnyTagClassName
{
color: #DDF961;
}
</style>
background-color css
<style>
a { background-color: #DDF961; }
a { background-color: rgb(221,249,97); }
div.DivClassName
{
background-color: #DDF961;
}
.BgClassName
{
background-color: #DDF961;
}
</style>
border-color css
<style>
span { border-color: #DDF961; }
span { border-color: rgb(221,249,97); }
td.TdClassName
{
border-color: #DDF961;
}
.TagClassName
{
border-color: #DDF961;
}
</style>