Shades of Mindaro #CCDD64
Tints of Mindaro #CCDD64
RGB
CMYK
RGB Variations
Color information
#CCDD64 (or 0xCCDD64) is known color: Mindaro. HEX triplet: CC, DD and 64. RGB value is (204,221,100). Sum of RGB (Red+Green+Blue) = 204+221+100=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 100 (39.45% from 255 or 19.05% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #CCDD64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCDD64 is #33229B. Grayscale: #CACACA. Windows color (decimal): -3351196 or 6610380. OLE color: 6610380.
HSL color Cylindrical-coordinate representation of color #CCDD64: hue angle of 68.43º 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 #CCDD64 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 204 | 221 | 100 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.13 |
| HSL | 68.43º | 0.64% | 0.63% | - |
| HSV(B) | 68.43º | 0.55% | 0.87% | - |
| XYZ | 53.06 | 65.47 | 21.9 | - |
| YUV | 202.12 | 70.37 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 221 | 100 | 0.08 | 0 | 0.55 | 0.13 | 68.43 | 0.64 | 0.63 |
| Hex | CC | DD | 64 | 8 | 0 | 37 | D | 44 | 40 | 3F |
| Octal | 314 | 335 | 144 | 10 | 0 | 67 | 15 | 104 | 100 | 77 |
| Binary | 11001100 | 11011101 | 1100100 | 1000 | 0 | 110111 | 1101 | 1000100 | 1000000 | 111111 |
Color Harmonies of #CCDD64
Complementary color
Monochromatic Colors of #CCDD64
Black with #CCDD64
Text Example
Text Example
White with #CCDD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCDD64; }
p { color: rgb(204,221,100); }
H1.HeaderClassName
{
color: #CCDD64;
}
.AnyTagClassName
{
color: #CCDD64;
}
</style>
background-color css
<style>
a { background-color: #CCDD64; }
a { background-color: rgb(204,221,100); }
div.DivClassName
{
background-color: #CCDD64;
}
.BgClassName
{
background-color: #CCDD64;
}
</style>
border-color css
<style>
span { border-color: #CCDD64; }
span { border-color: rgb(204,221,100); }
td.TdClassName
{
border-color: #CCDD64;
}
.TagClassName
{
border-color: #CCDD64;
}
</style>