Shades of Mindaro #CCDD65
Tints of Mindaro #CCDD65
RGB
CMYK
RGB Variations
Color information
#CCDD65 (or 0xCCDD65) is known color: Mindaro. HEX triplet: CC, DD and 65. RGB value is (204,221,101). Sum of RGB (Red+Green+Blue) = 204+221+101=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 101 (39.84% from 255 or 19.20% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD65 is #33229A. Grayscale: #CACACA. Windows color (decimal): -3351195 or 6675916. OLE color: 6675916.
HSL color Cylindrical-coordinate representation of color #CCDD65: hue angle of 68.5º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CCDD65 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 101 | - |
| CMYK | 0.08 | 0 | 0.54 | 0.13 |
| HSL | 68.5º | 0.64% | 0.63% | - |
| HSV(B) | 68.5º | 0.54% | 0.87% | - |
| XYZ | 53.11 | 65.49 | 22.15 | - |
| YUV | 202.24 | 70.87 | 129.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 101 | 0.08 | 0 | 0.54 | 0.13 | 68.5 | 0.64 | 0.63 |
| Hex | CC | DD | 65 | 8 | 0 | 36 | D | 44 | 40 | 3F |
| Octal | 314 | 335 | 145 | 10 | 0 | 66 | 15 | 104 | 100 | 77 |
| Binary | 11001100 | 11011101 | 1100101 | 1000 | 0 | 110110 | 1101 | 1000100 | 1000000 | 111111 |
Color Harmonies of #CCDD65
Complementary color
Monochromatic Colors of #CCDD65
Black with #CCDD65
Text Example
Text Example
White with #CCDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD65; }
p { color: rgb(204,221,101); }
H1.HeaderClassName
{
color: #CCDD65;
}
.AnyTagClassName
{
color: #CCDD65;
}
</style>
background-color css
<style>
a { background-color: #CCDD65; }
a { background-color: rgb(204,221,101); }
div.DivClassName
{
background-color: #CCDD65;
}
.BgClassName
{
background-color: #CCDD65;
}
</style>
border-color css
<style>
span { border-color: #CCDD65; }
span { border-color: rgb(204,221,101); }
td.TdClassName
{
border-color: #CCDD65;
}
.TagClassName
{
border-color: #CCDD65;
}
</style>