Shades of Mindaro #CDDD65
Tints of Mindaro #CDDD65
RGB
CMYK
RGB Variations
Color information
#CDDD65 (or 0xCDDD65) is known color: Mindaro. HEX triplet: CD, DD and 65. RGB value is (205,221,101). Sum of RGB (Red+Green+Blue) = 205+221+101=527 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.90% from 527); Green value is 221 (86.72% from 255 or 41.94% from 527); Blue value is 101 (39.84% from 255 or 19.17% from 527); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD65 is #32229A. Grayscale: #CBCBCB. Windows color (decimal): -3285659 or 6675917. OLE color: 6675917.
HSL color Cylindrical-coordinate representation of color #CDDD65: hue angle of 68º 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 #CDDD65 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 101 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.13 |
| HSL | 68º | 0.64% | 0.63% | - |
| HSV(B) | 68º | 0.54% | 0.87% | - |
| XYZ | 53.38 | 65.63 | 22.17 | - |
| YUV | 202.54 | 70.7 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 101 | 0.07 | 0 | 0.54 | 0.13 | 68 | 0.64 | 0.63 |
| Hex | CD | DD | 65 | 7 | 0 | 36 | D | 44 | 40 | 3F |
| Octal | 315 | 335 | 145 | 7 | 0 | 66 | 15 | 104 | 100 | 77 |
| Binary | 11001101 | 11011101 | 1100101 | 111 | 0 | 110110 | 1101 | 1000100 | 1000000 | 111111 |
Color Harmonies of #CDDD65
Complementary color
Monochromatic Colors of #CDDD65
Black with #CDDD65
Text Example
Text Example
White with #CDDD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD65; }
p { color: rgb(205,221,101); }
H1.HeaderClassName
{
color: #CDDD65;
}
.AnyTagClassName
{
color: #CDDD65;
}
</style>
background-color css
<style>
a { background-color: #CDDD65; }
a { background-color: rgb(205,221,101); }
div.DivClassName
{
background-color: #CDDD65;
}
.BgClassName
{
background-color: #CDDD65;
}
</style>
border-color css
<style>
span { border-color: #CDDD65; }
span { border-color: rgb(205,221,101); }
td.TdClassName
{
border-color: #CDDD65;
}
.TagClassName
{
border-color: #CDDD65;
}
</style>