Shades of Mindaro #CDDF6C
Tints of Mindaro #CDDF6C
RGB
CMYK
RGB Variations
Color information
#CDDF6C (or 0xCDDF6C) is known color: Mindaro. HEX triplet: CD, DF and 6C. RGB value is (205,223,108). Sum of RGB (Red+Green+Blue) = 205+223+108=536 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.25% from 536); Green value is 223 (87.5% from 255 or 41.60% from 536); Blue value is 108 (42.58% from 255 or 20.15% from 536); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF6C is #322093. Grayscale: #CCCCCC. Windows color (decimal): -3285140 or 7135181. OLE color: 7135181.
HSL color Cylindrical-coordinate representation of color #CDDF6C: hue angle of 69.39º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CDDF6C is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 108 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.13 |
| HSL | 69.39º | 0.64% | 0.65% | - |
| HSV(B) | 69.39º | 0.52% | 0.87% | - |
| XYZ | 54.27 | 66.84 | 24.23 | - |
| YUV | 204.51 | 73.54 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 108 | 0.08 | 0 | 0.52 | 0.13 | 69.39 | 0.64 | 0.65 |
| Hex | CD | DF | 6C | 8 | 0 | 34 | D | 45 | 40 | 41 |
| Octal | 315 | 337 | 154 | 10 | 0 | 64 | 15 | 105 | 100 | 101 |
| Binary | 11001101 | 11011111 | 1101100 | 1000 | 0 | 110100 | 1101 | 1000101 | 1000000 | 1000001 |
Color Harmonies of #CDDF6C
Complementary color
Monochromatic Colors of #CDDF6C
Black with #CDDF6C
Text Example
Text Example
White with #CDDF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF6C; }
p { color: rgb(205,223,108); }
H1.HeaderClassName
{
color: #CDDF6C;
}
.AnyTagClassName
{
color: #CDDF6C;
}
</style>
background-color css
<style>
a { background-color: #CDDF6C; }
a { background-color: rgb(205,223,108); }
div.DivClassName
{
background-color: #CDDF6C;
}
.BgClassName
{
background-color: #CDDF6C;
}
</style>
border-color css
<style>
span { border-color: #CDDF6C; }
span { border-color: rgb(205,223,108); }
td.TdClassName
{
border-color: #CDDF6C;
}
.TagClassName
{
border-color: #CDDF6C;
}
</style>