Shades of Mindaro #CADC6B
Tints of Mindaro #CADC6B
RGB
CMYK
RGB Variations
Color information
#CADC6B (or 0xCADC6B) is known color: Mindaro. HEX triplet: CA, DC and 6B. RGB value is (202,220,107). Sum of RGB (Red+Green+Blue) = 202+220+107=529 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.19% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 107 (42.19% from 255 or 20.23% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC6B is #352394. Grayscale: #CACACA. Windows color (decimal): -3482517 or 7068874. OLE color: 7068874.
HSL color Cylindrical-coordinate representation of color #CADC6B: hue angle of 69.56º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CADC6B is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 107 | - |
| CMYK | 0.08 | 0 | 0.51 | 0.14 |
| HSL | 69.56º | 0.62% | 0.64% | - |
| HSV(B) | 69.56º | 0.51% | 0.86% | - |
| XYZ | 52.6 | 64.8 | 23.65 | - |
| YUV | 201.74 | 74.54 | 128.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 107 | 0.08 | 0 | 0.51 | 0.14 | 69.56 | 0.62 | 0.64 |
| Hex | CA | DC | 6B | 8 | 0 | 33 | E | 46 | 3E | 40 |
| Octal | 312 | 334 | 153 | 10 | 0 | 63 | 16 | 106 | 76 | 100 |
| Binary | 11001010 | 11011100 | 1101011 | 1000 | 0 | 110011 | 1110 | 1000110 | 111110 | 1000000 |
Color Harmonies of #CADC6B
Complementary color
Monochromatic Colors of #CADC6B
Black with #CADC6B
Text Example
Text Example
White with #CADC6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC6B; }
p { color: rgb(202,220,107); }
H1.HeaderClassName
{
color: #CADC6B;
}
.AnyTagClassName
{
color: #CADC6B;
}
</style>
background-color css
<style>
a { background-color: #CADC6B; }
a { background-color: rgb(202,220,107); }
div.DivClassName
{
background-color: #CADC6B;
}
.BgClassName
{
background-color: #CADC6B;
}
</style>
border-color css
<style>
span { border-color: #CADC6B; }
span { border-color: rgb(202,220,107); }
td.TdClassName
{
border-color: #CADC6B;
}
.TagClassName
{
border-color: #CADC6B;
}
</style>