Shades of Deco #CAD68D
Tints of Deco #CAD68D
RGB
CMYK
RGB Variations
Color information
#CAD68D (or 0xCAD68D) is known color: Deco. HEX triplet: CA, D6 and 8D. RGB value is (202,214,141). Sum of RGB (Red+Green+Blue) = 202+214+141=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 214 (83.98% from 255 or 38.42% from 557); Blue value is 141 (55.47% from 255 or 25.31% from 557); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD68D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD68D is #352972. Grayscale: #CACACA. Windows color (decimal): -3484019 or 9295562. OLE color: 9295562.
HSL color Cylindrical-coordinate representation of color #CAD68D: hue angle of 69.86º 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 #CAD68D is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 141 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.16 |
| HSL | 69.86º | 0.47% | 0.7% | - |
| HSV(B) | 69.86º | 0.34% | 0.84% | - |
| XYZ | 53.21 | 62.57 | 34.47 | - |
| YUV | 202.09 | 93.52 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 141 | 0.06 | 0 | 0.34 | 0.16 | 69.86 | 0.47 | 0.7 |
| Hex | CA | D6 | 8D | 6 | 0 | 22 | 10 | 46 | 2F | 46 |
| Octal | 312 | 326 | 215 | 6 | 0 | 42 | 20 | 106 | 57 | 106 |
| Binary | 11001010 | 11010110 | 10001101 | 110 | 0 | 100010 | 10000 | 1000110 | 101111 | 1000110 |
Color Harmonies of #CAD68D
Complementary color
Monochromatic Colors of #CAD68D
Black with #CAD68D
Text Example
Text Example
White with #CAD68D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD68D; }
p { color: rgb(202,214,141); }
H1.HeaderClassName
{
color: #CAD68D;
}
.AnyTagClassName
{
color: #CAD68D;
}
</style>
background-color css
<style>
a { background-color: #CAD68D; }
a { background-color: rgb(202,214,141); }
div.DivClassName
{
background-color: #CAD68D;
}
.BgClassName
{
background-color: #CAD68D;
}
</style>
border-color css
<style>
span { border-color: #CAD68D; }
span { border-color: rgb(202,214,141); }
td.TdClassName
{
border-color: #CAD68D;
}
.TagClassName
{
border-color: #CAD68D;
}
</style>