Shades of Mindaro #CCDD68
Tints of Mindaro #CCDD68
RGB
CMYK
RGB Variations
Color information
#CCDD68 (or 0xCCDD68) is known color: Mindaro. HEX triplet: CC, DD and 68. RGB value is (204,221,104). Sum of RGB (Red+Green+Blue) = 204+221+104=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 221 (86.72% from 255 or 41.78% from 529); Blue value is 104 (41.02% from 255 or 19.66% from 529); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD68 is #332297. Grayscale: #CBCBCB. Windows color (decimal): -3351192 or 6872524. OLE color: 6872524.
HSL color Cylindrical-coordinate representation of color #CCDD68: hue angle of 68.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CCDD68 is Cyan = 0.08, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 104 | - |
| CMYK | 0.08 | 0 | 0.53 | 0.13 |
| HSL | 68.72º | 0.63% | 0.64% | - |
| HSV(B) | 68.72º | 0.53% | 0.87% | - |
| XYZ | 53.26 | 65.55 | 22.94 | - |
| YUV | 202.58 | 72.37 | 129.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 104 | 0.08 | 0 | 0.53 | 0.13 | 68.72 | 0.63 | 0.64 |
| Hex | CC | DD | 68 | 8 | 0 | 35 | D | 45 | 3F | 40 |
| Octal | 314 | 335 | 150 | 10 | 0 | 65 | 15 | 105 | 77 | 100 |
| Binary | 11001100 | 11011101 | 1101000 | 1000 | 0 | 110101 | 1101 | 1000101 | 111111 | 1000000 |
Color Harmonies of #CCDD68
Complementary color
Monochromatic Colors of #CCDD68
Black with #CCDD68
Text Example
Text Example
White with #CCDD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD68; }
p { color: rgb(204,221,104); }
H1.HeaderClassName
{
color: #CCDD68;
}
.AnyTagClassName
{
color: #CCDD68;
}
</style>
background-color css
<style>
a { background-color: #CCDD68; }
a { background-color: rgb(204,221,104); }
div.DivClassName
{
background-color: #CCDD68;
}
.BgClassName
{
background-color: #CCDD68;
}
</style>
border-color css
<style>
span { border-color: #CCDD68; }
span { border-color: rgb(204,221,104); }
td.TdClassName
{
border-color: #CCDD68;
}
.TagClassName
{
border-color: #CCDD68;
}
</style>