Shades of Deco #CAD27A
Tints of Deco #CAD27A
RGB
CMYK
RGB Variations
Color information
#CAD27A (or 0xCAD27A) is known color: Deco. HEX triplet: CA, D2 and 7A. RGB value is (202,210,122). Sum of RGB (Red+Green+Blue) = 202+210+122=534 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.83% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 122 (48.05% from 255 or 22.85% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #CAD27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD27A is #352D85. Grayscale: #C5C5C5. Windows color (decimal): -3485062 or 8049354. OLE color: 8049354.
HSL color Cylindrical-coordinate representation of color #CAD27A: hue angle of 65.45º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CAD27A is Cyan = 0.04, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 210 | 122 | - |
| CMYK | 0.04 | 0 | 0.42 | 0.18 |
| HSL | 65.45º | 0.49% | 0.65% | - |
| HSV(B) | 65.45º | 0.42% | 0.82% | - |
| XYZ | 50.92 | 60.05 | 27.32 | - |
| YUV | 197.58 | 85.35 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 210 | 122 | 0.04 | 0 | 0.42 | 0.18 | 65.45 | 0.49 | 0.65 |
| Hex | CA | D2 | 7A | 4 | 0 | 2A | 12 | 41 | 31 | 41 |
| Octal | 312 | 322 | 172 | 4 | 0 | 52 | 22 | 101 | 61 | 101 |
| Binary | 11001010 | 11010010 | 1111010 | 100 | 0 | 101010 | 10010 | 1000001 | 110001 | 1000001 |
Color Harmonies of #CAD27A
Complementary color
Monochromatic Colors of #CAD27A
Black with #CAD27A
Text Example
Text Example
White with #CAD27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD27A; }
p { color: rgb(202,210,122); }
H1.HeaderClassName
{
color: #CAD27A;
}
.AnyTagClassName
{
color: #CAD27A;
}
</style>
background-color css
<style>
a { background-color: #CAD27A; }
a { background-color: rgb(202,210,122); }
div.DivClassName
{
background-color: #CAD27A;
}
.BgClassName
{
background-color: #CAD27A;
}
</style>
border-color css
<style>
span { border-color: #CAD27A; }
span { border-color: rgb(202,210,122); }
td.TdClassName
{
border-color: #CAD27A;
}
.TagClassName
{
border-color: #CAD27A;
}
</style>