Shades of Mindaro #CADC6A
Tints of Mindaro #CADC6A
RGB
CMYK
RGB Variations
Color information
#CADC6A (or 0xCADC6A) is known color: Mindaro. HEX triplet: CA, DC and 6A. RGB value is (202,220,106). Sum of RGB (Red+Green+Blue) = 202+220+106=528 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.26% from 528); Green value is 220 (86.33% from 255 or 41.67% from 528); Blue value is 106 (41.80% from 255 or 20.08% from 528); Max value from RGB is 220 - color contains mainly: green. Hex color #CADC6A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADC6A is #352395. Grayscale: #CACACA. Windows color (decimal): -3482518 or 7003338. OLE color: 7003338.
HSL color Cylindrical-coordinate representation of color #CADC6A: hue angle of 69.47º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CADC6A is Cyan = 0.08, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 220 | 106 | - |
| CMYK | 0.08 | 0 | 0.52 | 0.14 |
| HSL | 69.47º | 0.62% | 0.64% | - |
| HSV(B) | 69.47º | 0.52% | 0.86% | - |
| XYZ | 52.55 | 64.78 | 23.37 | - |
| YUV | 201.62 | 74.04 | 128.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 220 | 106 | 0.08 | 0 | 0.52 | 0.14 | 69.47 | 0.62 | 0.64 |
| Hex | CA | DC | 6A | 8 | 0 | 34 | E | 45 | 3E | 40 |
| Octal | 312 | 334 | 152 | 10 | 0 | 64 | 16 | 105 | 76 | 100 |
| Binary | 11001010 | 11011100 | 1101010 | 1000 | 0 | 110100 | 1110 | 1000101 | 111110 | 1000000 |
Color Harmonies of #CADC6A
Complementary color
Monochromatic Colors of #CADC6A
Black with #CADC6A
Text Example
Text Example
White with #CADC6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADC6A; }
p { color: rgb(202,220,106); }
H1.HeaderClassName
{
color: #CADC6A;
}
.AnyTagClassName
{
color: #CADC6A;
}
</style>
background-color css
<style>
a { background-color: #CADC6A; }
a { background-color: rgb(202,220,106); }
div.DivClassName
{
background-color: #CADC6A;
}
.BgClassName
{
background-color: #CADC6A;
}
</style>
border-color css
<style>
span { border-color: #CADC6A; }
span { border-color: rgb(202,220,106); }
td.TdClassName
{
border-color: #CADC6A;
}
.TagClassName
{
border-color: #CADC6A;
}
</style>