Shades of Deco #CAD67C
Tints of Deco #CAD67C
RGB
CMYK
RGB Variations
Color information
#CAD67C (or 0xCAD67C) is known color: Deco. HEX triplet: CA, D6 and 7C. RGB value is (202,214,124). Sum of RGB (Red+Green+Blue) = 202+214+124=540 (71% of max value = 765). Red value is 202 (79.30% from 255 or 37.41% from 540); Green value is 214 (83.98% from 255 or 39.63% from 540); Blue value is 124 (48.83% from 255 or 22.96% from 540); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD67C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD67C is #352983. Grayscale: #C8C8C8. Windows color (decimal): -3484036 or 8181450. OLE color: 8181450.
HSL color Cylindrical-coordinate representation of color #CAD67C: hue angle of 68º degrees, saturation: 0.52, 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 #CAD67C is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 124 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.16 |
| HSL | 68º | 0.52% | 0.66% | - |
| HSV(B) | 68º | 0.42% | 0.84% | - |
| XYZ | 52.04 | 62.1 | 28.31 | - |
| YUV | 200.15 | 85.02 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 124 | 0.06 | 0 | 0.42 | 0.16 | 68 | 0.52 | 0.66 |
| Hex | CA | D6 | 7C | 6 | 0 | 2A | 10 | 44 | 34 | 42 |
| Octal | 312 | 326 | 174 | 6 | 0 | 52 | 20 | 104 | 64 | 102 |
| Binary | 11001010 | 11010110 | 1111100 | 110 | 0 | 101010 | 10000 | 1000100 | 110100 | 1000010 |
Color Harmonies of #CAD67C
Complementary color
Monochromatic Colors of #CAD67C
Black with #CAD67C
Text Example
Text Example
White with #CAD67C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD67C; }
p { color: rgb(202,214,124); }
H1.HeaderClassName
{
color: #CAD67C;
}
.AnyTagClassName
{
color: #CAD67C;
}
</style>
background-color css
<style>
a { background-color: #CAD67C; }
a { background-color: rgb(202,214,124); }
div.DivClassName
{
background-color: #CAD67C;
}
.BgClassName
{
background-color: #CAD67C;
}
</style>
border-color css
<style>
span { border-color: #CAD67C; }
span { border-color: rgb(202,214,124); }
td.TdClassName
{
border-color: #CAD67C;
}
.TagClassName
{
border-color: #CAD67C;
}
</style>