Shades of Deco #CAD57C
Tints of Deco #CAD57C
RGB
CMYK
RGB Variations
Color information
#CAD57C (or 0xCAD57C) is known color: Deco. HEX triplet: CA, D5 and 7C. RGB value is (202,213,124). Sum of RGB (Red+Green+Blue) = 202+213+124=539 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.48% from 539); Green value is 213 (83.59% from 255 or 39.52% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD57C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD57C is #352A83. Grayscale: #C7C7C7. Windows color (decimal): -3484292 or 8181194. OLE color: 8181194.
HSL color Cylindrical-coordinate representation of color #CAD57C: hue angle of 67.42º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAD57C is Cyan = 0.05, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 213 | 124 | - |
| CMYK | 0.05 | 0 | 0.42 | 0.16 |
| HSL | 67.42º | 0.51% | 0.66% | - |
| HSV(B) | 67.42º | 0.42% | 0.84% | - |
| XYZ | 51.79 | 61.6 | 28.23 | - |
| YUV | 199.57 | 85.36 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 213 | 124 | 0.05 | 0 | 0.42 | 0.16 | 67.42 | 0.51 | 0.66 |
| Hex | CA | D5 | 7C | 5 | 0 | 2A | 10 | 43 | 33 | 42 |
| Octal | 312 | 325 | 174 | 5 | 0 | 52 | 20 | 103 | 63 | 102 |
| Binary | 11001010 | 11010101 | 1111100 | 101 | 0 | 101010 | 10000 | 1000011 | 110011 | 1000010 |
Color Harmonies of #CAD57C
Complementary color
Monochromatic Colors of #CAD57C
Black with #CAD57C
Text Example
Text Example
White with #CAD57C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD57C; }
p { color: rgb(202,213,124); }
H1.HeaderClassName
{
color: #CAD57C;
}
.AnyTagClassName
{
color: #CAD57C;
}
</style>
background-color css
<style>
a { background-color: #CAD57C; }
a { background-color: rgb(202,213,124); }
div.DivClassName
{
background-color: #CAD57C;
}
.BgClassName
{
background-color: #CAD57C;
}
</style>
border-color css
<style>
span { border-color: #CAD57C; }
span { border-color: rgb(202,213,124); }
td.TdClassName
{
border-color: #CAD57C;
}
.TagClassName
{
border-color: #CAD57C;
}
</style>