Shades of Deco #CAD27C
Tints of Deco #CAD27C
RGB
CMYK
RGB Variations
Color information
#CAD27C (or 0xCAD27C) is known color: Deco. HEX triplet: CA, D2 and 7C. RGB value is (202,210,124). Sum of RGB (Red+Green+Blue) = 202+210+124=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 210 (82.42% from 255 or 39.18% from 536); Blue value is 124 (48.83% from 255 or 23.13% from 536); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD27C is #352D83. Grayscale: #C6C6C6. Windows color (decimal): -3485060 or 8180426. OLE color: 8180426.
HSL color Cylindrical-coordinate representation of color #CAD27C: hue angle of 65.58º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CAD27C is Cyan = 0.04, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 124 | - |
| CMYK | 0.04 | 0 | 0.41 | 0.18 |
| HSL | 65.58º | 0.49% | 0.65% | - |
| HSV(B) | 65.58º | 0.41% | 0.82% | - |
| XYZ | 51.04 | 60.1 | 27.98 | - |
| YUV | 197.8 | 86.35 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 124 | 0.04 | 0 | 0.41 | 0.18 | 65.58 | 0.49 | 0.65 |
| Hex | CA | D2 | 7C | 4 | 0 | 29 | 12 | 42 | 31 | 41 |
| Octal | 312 | 322 | 174 | 4 | 0 | 51 | 22 | 102 | 61 | 101 |
| Binary | 11001010 | 11010010 | 1111100 | 100 | 0 | 101001 | 10010 | 1000010 | 110001 | 1000001 |
Color Harmonies of #CAD27C
Complementary color
Monochromatic Colors of #CAD27C
Black with #CAD27C
Text Example
Text Example
White with #CAD27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD27C; }
p { color: rgb(202,210,124); }
H1.HeaderClassName
{
color: #CAD27C;
}
.AnyTagClassName
{
color: #CAD27C;
}
</style>
background-color css
<style>
a { background-color: #CAD27C; }
a { background-color: rgb(202,210,124); }
div.DivClassName
{
background-color: #CAD27C;
}
.BgClassName
{
background-color: #CAD27C;
}
</style>
border-color css
<style>
span { border-color: #CAD27C; }
span { border-color: rgb(202,210,124); }
td.TdClassName
{
border-color: #CAD27C;
}
.TagClassName
{
border-color: #CAD27C;
}
</style>