Shades of Deco #CAD47C
Tints of Deco #CAD47C
RGB
CMYK
RGB Variations
Color information
#CAD47C (or 0xCAD47C) is known color: Deco. HEX triplet: CA, D4 and 7C. RGB value is (202,212,124). Sum of RGB (Red+Green+Blue) = 202+212+124=538 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.55% from 538); Green value is 212 (83.20% from 255 or 39.41% from 538); Blue value is 124 (48.83% from 255 or 23.05% from 538); Max value from RGB is 212 - color contains mainly: green. Hex color #CAD47C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD47C is #352B83. Grayscale: #C7C7C7. Windows color (decimal): -3484548 or 8180938. OLE color: 8180938.
HSL color Cylindrical-coordinate representation of color #CAD47C: hue angle of 66.82º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAD47C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 212 | 124 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.17 |
| HSL | 66.82º | 0.51% | 0.66% | - |
| HSV(B) | 66.82º | 0.42% | 0.83% | - |
| XYZ | 51.54 | 61.1 | 28.15 | - |
| YUV | 198.98 | 85.69 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 212 | 124 | 0.05 | 0 | 0.42 | 0.17 | 66.82 | 0.51 | 0.66 |
| Hex | CA | D4 | 7C | 5 | 0 | 2A | 11 | 43 | 33 | 42 |
| Octal | 312 | 324 | 174 | 5 | 0 | 52 | 21 | 103 | 63 | 102 |
| Binary | 11001010 | 11010100 | 1111100 | 101 | 0 | 101010 | 10001 | 1000011 | 110011 | 1000010 |
Color Harmonies of #CAD47C
Complementary color
Monochromatic Colors of #CAD47C
Black with #CAD47C
Text Example
Text Example
White with #CAD47C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD47C; }
p { color: rgb(202,212,124); }
H1.HeaderClassName
{
color: #CAD47C;
}
.AnyTagClassName
{
color: #CAD47C;
}
</style>
background-color css
<style>
a { background-color: #CAD47C; }
a { background-color: rgb(202,212,124); }
div.DivClassName
{
background-color: #CAD47C;
}
.BgClassName
{
background-color: #CAD47C;
}
</style>
border-color css
<style>
span { border-color: #CAD47C; }
span { border-color: rgb(202,212,124); }
td.TdClassName
{
border-color: #CAD47C;
}
.TagClassName
{
border-color: #CAD47C;
}
</style>