Shades of Mindaro #CDDF62
Tints of Mindaro #CDDF62
RGB
CMYK
RGB Variations
Color information
#CDDF62 (or 0xCDDF62) is known color: Mindaro. HEX triplet: CD, DF and 62. RGB value is (205,223,98). Sum of RGB (Red+Green+Blue) = 205+223+98=526 (69% of max value = 765). Red value is 205 (80.47% from 255 or 38.97% from 526); Green value is 223 (87.5% from 255 or 42.40% from 526); Blue value is 98 (38.67% from 255 or 18.63% from 526); Max value from RGB is 223 - color contains mainly: green. Hex color #CDDF62 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDDF62 is #32209D. Grayscale: #CBCBCB. Windows color (decimal): -3285150 or 6479821. OLE color: 6479821.
HSL color Cylindrical-coordinate representation of color #CDDF62: hue angle of 68.64º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CDDF62 is Cyan = 0.08, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 223 | 98 | - |
| CMYK | 0.08 | 0 | 0.56 | 0.13 |
| HSL | 68.64º | 0.66% | 0.63% | - |
| HSV(B) | 68.64º | 0.56% | 0.87% | - |
| XYZ | 53.77 | 66.64 | 21.58 | - |
| YUV | 203.37 | 68.54 | 129.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 223 | 98 | 0.08 | 0 | 0.56 | 0.13 | 68.64 | 0.66 | 0.63 |
| Hex | CD | DF | 62 | 8 | 0 | 38 | D | 45 | 42 | 3F |
| Octal | 315 | 337 | 142 | 10 | 0 | 70 | 15 | 105 | 102 | 77 |
| Binary | 11001101 | 11011111 | 1100010 | 1000 | 0 | 111000 | 1101 | 1000101 | 1000010 | 111111 |
Color Harmonies of #CDDF62
Complementary color
Monochromatic Colors of #CDDF62
Black with #CDDF62
Text Example
Text Example
White with #CDDF62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDDF62; }
p { color: rgb(205,223,98); }
H1.HeaderClassName
{
color: #CDDF62;
}
.AnyTagClassName
{
color: #CDDF62;
}
</style>
background-color css
<style>
a { background-color: #CDDF62; }
a { background-color: rgb(205,223,98); }
div.DivClassName
{
background-color: #CDDF62;
}
.BgClassName
{
background-color: #CDDF62;
}
</style>
border-color css
<style>
span { border-color: #CDDF62; }
span { border-color: rgb(205,223,98); }
td.TdClassName
{
border-color: #CDDF62;
}
.TagClassName
{
border-color: #CDDF62;
}
</style>