Shades of Mindaro #CCDD63
Tints of Mindaro #CCDD63
RGB
CMYK
RGB Variations
Color information
#CCDD63 (or 0xCCDD63) is known color: Mindaro. HEX triplet: CC, DD and 63. RGB value is (204,221,99). Sum of RGB (Red+Green+Blue) = 204+221+99=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 221 (86.72% from 255 or 42.18% from 524); Blue value is 99 (39.06% from 255 or 18.89% from 524); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD63 is #33229C. Grayscale: #CACACA. Windows color (decimal): -3351197 or 6544844. OLE color: 6544844.
HSL color Cylindrical-coordinate representation of color #CCDD63: hue angle of 68.36º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CCDD63 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 99 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.13 |
| HSL | 68.36º | 0.64% | 0.63% | - |
| HSV(B) | 68.36º | 0.55% | 0.87% | - |
| XYZ | 53.01 | 65.45 | 21.64 | - |
| YUV | 202.01 | 69.87 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 99 | 0.08 | 0 | 0.55 | 0.13 | 68.36 | 0.64 | 0.63 |
| Hex | CC | DD | 63 | 8 | 0 | 37 | D | 44 | 40 | 3F |
| Octal | 314 | 335 | 143 | 10 | 0 | 67 | 15 | 104 | 100 | 77 |
| Binary | 11001100 | 11011101 | 1100011 | 1000 | 0 | 110111 | 1101 | 1000100 | 1000000 | 111111 |
Color Harmonies of #CCDD63
Complementary color
Monochromatic Colors of #CCDD63
Black with #CCDD63
Text Example
Text Example
White with #CCDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD63; }
p { color: rgb(204,221,99); }
H1.HeaderClassName
{
color: #CCDD63;
}
.AnyTagClassName
{
color: #CCDD63;
}
</style>
background-color css
<style>
a { background-color: #CCDD63; }
a { background-color: rgb(204,221,99); }
div.DivClassName
{
background-color: #CCDD63;
}
.BgClassName
{
background-color: #CCDD63;
}
</style>
border-color css
<style>
span { border-color: #CCDD63; }
span { border-color: rgb(204,221,99); }
td.TdClassName
{
border-color: #CCDD63;
}
.TagClassName
{
border-color: #CCDD63;
}
</style>