Shades of Mindaro #CCDD76
Tints of Mindaro #CCDD76
RGB
CMYK
RGB Variations
Color information
#CCDD76 (or 0xCCDD76) is known color: Mindaro. HEX triplet: CC, DD and 76. RGB value is (204,221,118). Sum of RGB (Red+Green+Blue) = 204+221+118=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 118 (46.48% from 255 or 21.73% from 543); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD76 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD76 is #332289. Grayscale: #CCCCCC. Windows color (decimal): -3351178 or 7790028. OLE color: 7790028.
HSL color Cylindrical-coordinate representation of color #CCDD76: hue angle of 69.9º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CCDD76 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 118 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.13 |
| HSL | 69.9º | 0.6% | 0.66% | - |
| HSV(B) | 69.9º | 0.47% | 0.87% | - |
| XYZ | 54.03 | 65.86 | 27 | - |
| YUV | 204.18 | 79.37 | 127.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 118 | 0.08 | 0 | 0.47 | 0.13 | 69.9 | 0.6 | 0.66 |
| Hex | CC | DD | 76 | 8 | 0 | 2F | D | 46 | 3C | 42 |
| Octal | 314 | 335 | 166 | 10 | 0 | 57 | 15 | 106 | 74 | 102 |
| Binary | 11001100 | 11011101 | 1110110 | 1000 | 0 | 101111 | 1101 | 1000110 | 111100 | 1000010 |
Color Harmonies of #CCDD76
Complementary color
Monochromatic Colors of #CCDD76
Black with #CCDD76
Text Example
Text Example
White with #CCDD76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD76; }
p { color: rgb(204,221,118); }
H1.HeaderClassName
{
color: #CCDD76;
}
.AnyTagClassName
{
color: #CCDD76;
}
</style>
background-color css
<style>
a { background-color: #CCDD76; }
a { background-color: rgb(204,221,118); }
div.DivClassName
{
background-color: #CCDD76;
}
.BgClassName
{
background-color: #CCDD76;
}
</style>
border-color css
<style>
span { border-color: #CCDD76; }
span { border-color: rgb(204,221,118); }
td.TdClassName
{
border-color: #CCDD76;
}
.TagClassName
{
border-color: #CCDD76;
}
</style>