Shades of Mindaro #CCDD74
Tints of Mindaro #CCDD74
RGB
CMYK
RGB Variations
Color information
#CCDD74 (or 0xCCDD74) is known color: Mindaro. HEX triplet: CC, DD and 74. RGB value is (204,221,116). Sum of RGB (Red+Green+Blue) = 204+221+116=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 116 (45.70% from 255 or 21.44% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD74 is #33228B. Grayscale: #CCCCCC. Windows color (decimal): -3351180 or 7658956. OLE color: 7658956.
HSL color Cylindrical-coordinate representation of color #CCDD74: hue angle of 69.71º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CCDD74 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 116 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.13 |
| HSL | 69.71º | 0.61% | 0.66% | - |
| HSV(B) | 69.71º | 0.48% | 0.87% | - |
| XYZ | 53.91 | 65.81 | 26.38 | - |
| YUV | 203.95 | 78.37 | 128.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 116 | 0.08 | 0 | 0.48 | 0.13 | 69.71 | 0.61 | 0.66 |
| Hex | CC | DD | 74 | 8 | 0 | 30 | D | 46 | 3D | 42 |
| Octal | 314 | 335 | 164 | 10 | 0 | 60 | 15 | 106 | 75 | 102 |
| Binary | 11001100 | 11011101 | 1110100 | 1000 | 0 | 110000 | 1101 | 1000110 | 111101 | 1000010 |
Color Harmonies of #CCDD74
Complementary color
Monochromatic Colors of #CCDD74
Black with #CCDD74
Text Example
Text Example
White with #CCDD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD74; }
p { color: rgb(204,221,116); }
H1.HeaderClassName
{
color: #CCDD74;
}
.AnyTagClassName
{
color: #CCDD74;
}
</style>
background-color css
<style>
a { background-color: #CCDD74; }
a { background-color: rgb(204,221,116); }
div.DivClassName
{
background-color: #CCDD74;
}
.BgClassName
{
background-color: #CCDD74;
}
</style>
border-color css
<style>
span { border-color: #CCDD74; }
span { border-color: rgb(204,221,116); }
td.TdClassName
{
border-color: #CCDD74;
}
.TagClassName
{
border-color: #CCDD74;
}
</style>