Shades of Mindaro #CDDF77
Tints of Mindaro #CDDF77
RGB
CMYK
RGB Variations
Color information
#CDDF77 (or 0xCDDF77) is known color: Mindaro. HEX triplet: CD, DF and 77. RGB value is (205,223,119). Sum of RGB (Red+Green+Blue) = 205+223+119=547 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.48% from 547); Green value is 223 (87.5% from 255 or 40.77% from 547); Blue value is 119 (46.88% from 255 or 21.76% from 547); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF77 is #322088. Grayscale: #CECECE. Windows color (decimal): -3285129 or 7856077. OLE color: 7856077.
HSL color Cylindrical-coordinate representation of color #CDDF77: hue angle of 70.38º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CDDF77 is Cyan = 0.08, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 119 | - |
| CMYK | 0.08 | 0 | 0.47 | 0.13 |
| HSL | 70.38º | 0.62% | 0.67% | - |
| HSV(B) | 70.38º | 0.47% | 0.87% | - |
| XYZ | 54.89 | 67.09 | 27.51 | - |
| YUV | 205.76 | 79.04 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 119 | 0.08 | 0 | 0.47 | 0.13 | 70.38 | 0.62 | 0.67 |
| Hex | CD | DF | 77 | 8 | 0 | 2F | D | 46 | 3E | 43 |
| Octal | 315 | 337 | 167 | 10 | 0 | 57 | 15 | 106 | 76 | 103 |
| Binary | 11001101 | 11011111 | 1110111 | 1000 | 0 | 101111 | 1101 | 1000110 | 111110 | 1000011 |
Color Harmonies of #CDDF77
Complementary color
Monochromatic Colors of #CDDF77
Black with #CDDF77
Text Example
Text Example
White with #CDDF77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF77; }
p { color: rgb(205,223,119); }
H1.HeaderClassName
{
color: #CDDF77;
}
.AnyTagClassName
{
color: #CDDF77;
}
</style>
background-color css
<style>
a { background-color: #CDDF77; }
a { background-color: rgb(205,223,119); }
div.DivClassName
{
background-color: #CDDF77;
}
.BgClassName
{
background-color: #CDDF77;
}
</style>
border-color css
<style>
span { border-color: #CDDF77; }
span { border-color: rgb(205,223,119); }
td.TdClassName
{
border-color: #CDDF77;
}
.TagClassName
{
border-color: #CDDF77;
}
</style>