Shades of Mindaro #CDDD73
Tints of Mindaro #CDDD73
RGB
CMYK
RGB Variations
Color information
#CDDD73 (or 0xCDDD73) is known color: Mindaro. HEX triplet: CD, DD and 73. RGB value is (205,221,115). Sum of RGB (Red+Green+Blue) = 205+221+115=541 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.89% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 115 (45.31% from 255 or 21.26% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #CDDD73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDD73 is #32228C. Grayscale: #CCCCCC. Windows color (decimal): -3285645 or 7593421. OLE color: 7593421.
HSL color Cylindrical-coordinate representation of color #CDDD73: hue angle of 69.06º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CDDD73 is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 221 | 115 | - |
| CMYK | 0.07 | 0 | 0.48 | 0.13 |
| HSL | 69.06º | 0.61% | 0.66% | - |
| HSV(B) | 69.06º | 0.48% | 0.87% | - |
| XYZ | 54.13 | 65.93 | 26.09 | - |
| YUV | 204.13 | 77.7 | 128.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 221 | 115 | 0.07 | 0 | 0.48 | 0.13 | 69.06 | 0.61 | 0.66 |
| Hex | CD | DD | 73 | 7 | 0 | 30 | D | 45 | 3D | 42 |
| Octal | 315 | 335 | 163 | 7 | 0 | 60 | 15 | 105 | 75 | 102 |
| Binary | 11001101 | 11011101 | 1110011 | 111 | 0 | 110000 | 1101 | 1000101 | 111101 | 1000010 |
Color Harmonies of #CDDD73
Complementary color
Monochromatic Colors of #CDDD73
Black with #CDDD73
Text Example
Text Example
White with #CDDD73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDD73; }
p { color: rgb(205,221,115); }
H1.HeaderClassName
{
color: #CDDD73;
}
.AnyTagClassName
{
color: #CDDD73;
}
</style>
background-color css
<style>
a { background-color: #CDDD73; }
a { background-color: rgb(205,221,115); }
div.DivClassName
{
background-color: #CDDD73;
}
.BgClassName
{
background-color: #CDDD73;
}
</style>
border-color css
<style>
span { border-color: #CDDD73; }
span { border-color: rgb(205,221,115); }
td.TdClassName
{
border-color: #CDDD73;
}
.TagClassName
{
border-color: #CDDD73;
}
</style>