Shades of Deco #CAD673
Tints of Deco #CAD673
RGB
CMYK
RGB Variations
Color information
#CAD673 (or 0xCAD673) is known color: Deco. HEX triplet: CA, D6 and 73. RGB value is (202,214,115). Sum of RGB (Red+Green+Blue) = 202+214+115=531 (70% of max value = 765). Red value is 202 (79.30% from 255 or 38.04% from 531); Green value is 214 (83.98% from 255 or 40.30% from 531); Blue value is 115 (45.31% from 255 or 21.66% from 531); Max value from RGB is 214 - color contains mainly: green. Hex color #CAD673 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD673 is #35298C. Grayscale: #C7C7C7. Windows color (decimal): -3484045 or 7591626. OLE color: 7591626.
HSL color Cylindrical-coordinate representation of color #CAD673: hue angle of 67.27º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CAD673 is Cyan = 0.06, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 214 | 115 | - |
| CMYK | 0.06 | 0 | 0.46 | 0.16 |
| HSL | 67.27º | 0.55% | 0.65% | - |
| HSV(B) | 67.27º | 0.46% | 0.84% | - |
| XYZ | 51.5 | 61.89 | 25.45 | - |
| YUV | 199.13 | 80.52 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 214 | 115 | 0.06 | 0 | 0.46 | 0.16 | 67.27 | 0.55 | 0.65 |
| Hex | CA | D6 | 73 | 6 | 0 | 2E | 10 | 43 | 37 | 41 |
| Octal | 312 | 326 | 163 | 6 | 0 | 56 | 20 | 103 | 67 | 101 |
| Binary | 11001010 | 11010110 | 1110011 | 110 | 0 | 101110 | 10000 | 1000011 | 110111 | 1000001 |
Color Harmonies of #CAD673
Complementary color
Monochromatic Colors of #CAD673
Black with #CAD673
Text Example
Text Example
White with #CAD673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD673; }
p { color: rgb(202,214,115); }
H1.HeaderClassName
{
color: #CAD673;
}
.AnyTagClassName
{
color: #CAD673;
}
</style>
background-color css
<style>
a { background-color: #CAD673; }
a { background-color: rgb(202,214,115); }
div.DivClassName
{
background-color: #CAD673;
}
.BgClassName
{
background-color: #CAD673;
}
</style>
border-color css
<style>
span { border-color: #CAD673; }
span { border-color: rgb(202,214,115); }
td.TdClassName
{
border-color: #CAD673;
}
.TagClassName
{
border-color: #CAD673;
}
</style>