Shades of Deco #CAD06F
Tints of Deco #CAD06F
RGB
CMYK
RGB Variations
Color information
#CAD06F (or 0xCAD06F) is known color: Deco. HEX triplet: CA, D0 and 6F. RGB value is (202,208,111). Sum of RGB (Red+Green+Blue) = 202+208+111=521 (69% of max value = 765). Red value is 202 (79.30% from 255 or 38.77% from 521); Green value is 208 (81.64% from 255 or 39.92% from 521); Blue value is 111 (43.75% from 255 or 21.31% from 521); Max value from RGB is 208 - color contains mainly: green. Hex color #CAD06F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CAD06F is #352F90. Grayscale: #C3C3C3. Windows color (decimal): -3485585 or 7327946. OLE color: 7327946.
HSL color Cylindrical-coordinate representation of color #CAD06F: hue angle of 63.71º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CAD06F is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 208 | 111 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.18 |
| HSL | 63.71º | 0.51% | 0.63% | - |
| HSV(B) | 63.71º | 0.47% | 0.82% | - |
| XYZ | 49.78 | 58.82 | 23.77 | - |
| YUV | 195.15 | 80.51 | 132.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 208 | 111 | 0.03 | 0 | 0.47 | 0.18 | 63.71 | 0.51 | 0.63 |
| Hex | CA | D0 | 6F | 3 | 0 | 2F | 12 | 40 | 33 | 3F |
| Octal | 312 | 320 | 157 | 3 | 0 | 57 | 22 | 100 | 63 | 77 |
| Binary | 11001010 | 11010000 | 1101111 | 11 | 0 | 101111 | 10010 | 1000000 | 110011 | 111111 |
Color Harmonies of #CAD06F
Complementary color
Monochromatic Colors of #CAD06F
Black with #CAD06F
Text Example
Text Example
White with #CAD06F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD06F; }
p { color: rgb(202,208,111); }
H1.HeaderClassName
{
color: #CAD06F;
}
.AnyTagClassName
{
color: #CAD06F;
}
</style>
background-color css
<style>
a { background-color: #CAD06F; }
a { background-color: rgb(202,208,111); }
div.DivClassName
{
background-color: #CAD06F;
}
.BgClassName
{
background-color: #CAD06F;
}
</style>
border-color css
<style>
span { border-color: #CAD06F; }
span { border-color: rgb(202,208,111); }
td.TdClassName
{
border-color: #CAD06F;
}
.TagClassName
{
border-color: #CAD06F;
}
</style>