Shades of Deco #CAD68E
Tints of Deco #CAD68E
RGB
CMYK
RGB Variations
Color information
#CAD68E (or 0xCAD68E) is known color: Deco. HEX triplet: CA, D6 and 8E. RGB value is (202,214,142). Sum of RGB (Red+Green+Blue) = 202+214+142=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 142 (55.86% from 255 or 25.45% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD68E is #352971. Grayscale: #CACACA. Windows color (decimal): -3484018 or 9361098. OLE color: 9361098.
HSL color Cylindrical-coordinate representation of color #CAD68E: hue angle of 70º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAD68E is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 142 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.16 |
| HSL | 70º | 0.47% | 0.7% | - |
| HSV(B) | 70º | 0.34% | 0.84% | - |
| XYZ | 53.29 | 62.6 | 34.87 | - |
| YUV | 202.2 | 94.02 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 142 | 0.06 | 0 | 0.34 | 0.16 | 70 | 0.47 | 0.7 |
| Hex | CA | D6 | 8E | 6 | 0 | 22 | 10 | 46 | 2F | 46 |
| Octal | 312 | 326 | 216 | 6 | 0 | 42 | 20 | 106 | 57 | 106 |
| Binary | 11001010 | 11010110 | 10001110 | 110 | 0 | 100010 | 10000 | 1000110 | 101111 | 1000110 |
Color Harmonies of #CAD68E
Complementary color
Monochromatic Colors of #CAD68E
Black with #CAD68E
Text Example
Text Example
White with #CAD68E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD68E; }
p { color: rgb(202,214,142); }
H1.HeaderClassName
{
color: #CAD68E;
}
.AnyTagClassName
{
color: #CAD68E;
}
</style>
background-color css
<style>
a { background-color: #CAD68E; }
a { background-color: rgb(202,214,142); }
div.DivClassName
{
background-color: #CAD68E;
}
.BgClassName
{
background-color: #CAD68E;
}
</style>
border-color css
<style>
span { border-color: #CAD68E; }
span { border-color: rgb(202,214,142); }
td.TdClassName
{
border-color: #CAD68E;
}
.TagClassName
{
border-color: #CAD68E;
}
</style>