Shades of Mindaro #CDDD63
Tints of Mindaro #CDDD63
RGB
CMYK
RGB Variations
Color information
#CDDD63 (or 0xCDDD63) is known color: Mindaro. HEX triplet: CD, DD and 63. RGB value is (205,221,99). Sum of RGB (Red+Green+Blue) = 205+221+99=525 (69% of max value = 765). Red value is 205 (80.47% from 255 or 39.05% from 525); Green value is 221 (86.72% from 255 or 42.10% from 525); Blue value is 99 (39.06% from 255 or 18.86% from 525); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD63 is #32229C. Grayscale: #CACACA. Windows color (decimal): -3285661 or 6544845. OLE color: 6544845.
HSL color Cylindrical-coordinate representation of color #CDDD63: hue angle of 67.87º 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 #CDDD63 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 99 | - |
| CMYK | 0.07 | 0 | 0.55 | 0.13 |
| HSL | 67.87º | 0.64% | 0.63% | - |
| HSV(B) | 67.87º | 0.55% | 0.87% | - |
| XYZ | 53.29 | 65.59 | 21.66 | - |
| YUV | 202.31 | 69.7 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 99 | 0.07 | 0 | 0.55 | 0.13 | 67.87 | 0.64 | 0.63 |
| Hex | CD | DD | 63 | 7 | 0 | 37 | D | 44 | 40 | 3F |
| Octal | 315 | 335 | 143 | 7 | 0 | 67 | 15 | 104 | 100 | 77 |
| Binary | 11001101 | 11011101 | 1100011 | 111 | 0 | 110111 | 1101 | 1000100 | 1000000 | 111111 |
Color Harmonies of #CDDD63
Complementary color
Monochromatic Colors of #CDDD63
Black with #CDDD63
Text Example
Text Example
White with #CDDD63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD63; }
p { color: rgb(205,221,99); }
H1.HeaderClassName
{
color: #CDDD63;
}
.AnyTagClassName
{
color: #CDDD63;
}
</style>
background-color css
<style>
a { background-color: #CDDD63; }
a { background-color: rgb(205,221,99); }
div.DivClassName
{
background-color: #CDDD63;
}
.BgClassName
{
background-color: #CDDD63;
}
</style>
border-color css
<style>
span { border-color: #CDDD63; }
span { border-color: rgb(205,221,99); }
td.TdClassName
{
border-color: #CDDD63;
}
.TagClassName
{
border-color: #CDDD63;
}
</style>