Shades of Mindaro #CDDD69
Tints of Mindaro #CDDD69
RGB
CMYK
RGB Variations
Color information
#CDDD69 (or 0xCDDD69) is known color: Mindaro. HEX triplet: CD, DD and 69. RGB value is (205,221,105). Sum of RGB (Red+Green+Blue) = 205+221+105=531 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.61% from 531); Green value is 221 (86.72% from 255 or 41.62% from 531); Blue value is 105 (41.41% from 255 or 19.77% from 531); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD69 is #322296. Grayscale: #CBCBCB. Windows color (decimal): -3285655 or 6938061. OLE color: 6938061.
HSL color Cylindrical-coordinate representation of color #CDDD69: hue angle of 68.28º 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 #CDDD69 is Cyan = 0.07, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 105 | - |
| CMYK | 0.07 | 0 | 0.52 | 0.13 |
| HSL | 68.28º | 0.63% | 0.64% | - |
| HSV(B) | 68.28º | 0.52% | 0.87% | - |
| XYZ | 53.58 | 65.71 | 23.22 | - |
| YUV | 202.99 | 72.7 | 129.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 105 | 0.07 | 0 | 0.52 | 0.13 | 68.28 | 0.63 | 0.64 |
| Hex | CD | DD | 69 | 7 | 0 | 34 | D | 44 | 3F | 40 |
| Octal | 315 | 335 | 151 | 7 | 0 | 64 | 15 | 104 | 77 | 100 |
| Binary | 11001101 | 11011101 | 1101001 | 111 | 0 | 110100 | 1101 | 1000100 | 111111 | 1000000 |
Color Harmonies of #CDDD69
Complementary color
Monochromatic Colors of #CDDD69
Black with #CDDD69
Text Example
Text Example
White with #CDDD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD69; }
p { color: rgb(205,221,105); }
H1.HeaderClassName
{
color: #CDDD69;
}
.AnyTagClassName
{
color: #CDDD69;
}
</style>
background-color css
<style>
a { background-color: #CDDD69; }
a { background-color: rgb(205,221,105); }
div.DivClassName
{
background-color: #CDDD69;
}
.BgClassName
{
background-color: #CDDD69;
}
</style>
border-color css
<style>
span { border-color: #CDDD69; }
span { border-color: rgb(205,221,105); }
td.TdClassName
{
border-color: #CDDD69;
}
.TagClassName
{
border-color: #CDDD69;
}
</style>