Shades of Mindaro #CDDF6B
Tints of Mindaro #CDDF6B
RGB
CMYK
RGB Variations
Color information
#CDDF6B (or 0xCDDF6B) is known color: Mindaro. HEX triplet: CD, DF and 6B. RGB value is (205,223,107). Sum of RGB (Red+Green+Blue) = 205+223+107=535 (70% of max value = 765). Red value is 205 (80.47% from 255 or 38.32% from 535); Green value is 223 (87.5% from 255 or 41.68% from 535); Blue value is 107 (42.19% from 255 or 20% from 535); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF6B is #322094. Grayscale: #CCCCCC. Windows color (decimal): -3285141 or 7069645. OLE color: 7069645.
HSL color Cylindrical-coordinate representation of color #CDDF6B: hue angle of 69.31º 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 #CDDF6B is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 107 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.13 |
| HSL | 69.31º | 0.64% | 0.65% | - |
| HSV(B) | 69.31º | 0.52% | 0.87% | - |
| XYZ | 54.22 | 66.82 | 23.95 | - |
| YUV | 204.39 | 73.04 | 128.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 107 | 0.08 | 0 | 0.52 | 0.13 | 69.31 | 0.64 | 0.65 |
| Hex | CD | DF | 6B | 8 | 0 | 34 | D | 45 | 40 | 41 |
| Octal | 315 | 337 | 153 | 10 | 0 | 64 | 15 | 105 | 100 | 101 |
| Binary | 11001101 | 11011111 | 1101011 | 1000 | 0 | 110100 | 1101 | 1000101 | 1000000 | 1000001 |
Color Harmonies of #CDDF6B
Complementary color
Monochromatic Colors of #CDDF6B
Black with #CDDF6B
Text Example
Text Example
White with #CDDF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF6B; }
p { color: rgb(205,223,107); }
H1.HeaderClassName
{
color: #CDDF6B;
}
.AnyTagClassName
{
color: #CDDF6B;
}
</style>
background-color css
<style>
a { background-color: #CDDF6B; }
a { background-color: rgb(205,223,107); }
div.DivClassName
{
background-color: #CDDF6B;
}
.BgClassName
{
background-color: #CDDF6B;
}
</style>
border-color css
<style>
span { border-color: #CDDF6B; }
span { border-color: rgb(205,223,107); }
td.TdClassName
{
border-color: #CDDF6B;
}
.TagClassName
{
border-color: #CDDF6B;
}
</style>