Shades of Mindaro #CCDD69
Tints of Mindaro #CCDD69
RGB
CMYK
RGB Variations
Color information
#CCDD69 (or 0xCCDD69) is known color: Mindaro. HEX triplet: CC, DD and 69. RGB value is (204,221,105). Sum of RGB (Red+Green+Blue) = 204+221+105=530 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.49% from 530); Green value is 221 (86.72% from 255 or 41.70% from 530); Blue value is 105 (41.41% from 255 or 19.81% from 530); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD69 is #332296. Grayscale: #CBCBCB. Windows color (decimal): -3351191 or 6938060. OLE color: 6938060.
HSL color Cylindrical-coordinate representation of color #CCDD69: hue angle of 68.79º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CCDD69 is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 105 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.13 |
| HSL | 68.79º | 0.63% | 0.64% | - |
| HSV(B) | 68.79º | 0.52% | 0.87% | - |
| XYZ | 53.31 | 65.57 | 23.21 | - |
| YUV | 202.69 | 72.87 | 128.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 105 | 0.08 | 0 | 0.52 | 0.13 | 68.79 | 0.63 | 0.64 |
| Hex | CC | DD | 69 | 8 | 0 | 34 | D | 45 | 3F | 40 |
| Octal | 314 | 335 | 151 | 10 | 0 | 64 | 15 | 105 | 77 | 100 |
| Binary | 11001100 | 11011101 | 1101001 | 1000 | 0 | 110100 | 1101 | 1000101 | 111111 | 1000000 |
Color Harmonies of #CCDD69
Complementary color
Monochromatic Colors of #CCDD69
Black with #CCDD69
Text Example
Text Example
White with #CCDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD69; }
p { color: rgb(204,221,105); }
H1.HeaderClassName
{
color: #CCDD69;
}
.AnyTagClassName
{
color: #CCDD69;
}
</style>
background-color css
<style>
a { background-color: #CCDD69; }
a { background-color: rgb(204,221,105); }
div.DivClassName
{
background-color: #CCDD69;
}
.BgClassName
{
background-color: #CCDD69;
}
</style>
border-color css
<style>
span { border-color: #CCDD69; }
span { border-color: rgb(204,221,105); }
td.TdClassName
{
border-color: #CCDD69;
}
.TagClassName
{
border-color: #CCDD69;
}
</style>