Shades of Deco #CADA74
Tints of Deco #CADA74
RGB
CMYK
RGB Variations
Color information
#CADA74 (or 0xCADA74) is known color: Deco. HEX triplet: CA, DA and 74. RGB value is (202,218,116). Sum of RGB (Red+Green+Blue) = 202+218+116=536 (70% of max value = 765). Red value is 202 (79.30% from 255 or 37.69% from 536); Green value is 218 (85.55% from 255 or 40.67% from 536); Blue value is 116 (45.70% from 255 or 21.64% from 536); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA74 is #35258B. Grayscale: #C9C9C9. Windows color (decimal): -3483020 or 7658186. OLE color: 7658186.
HSL color Cylindrical-coordinate representation of color #CADA74: hue angle of 69.41º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CADA74 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 218 | 116 | - |
| CMYK | 0.07 | 0 | 0.47 | 0.15 |
| HSL | 69.41º | 0.58% | 0.65% | - |
| HSV(B) | 69.41º | 0.47% | 0.85% | - |
| XYZ | 52.58 | 63.96 | 26.1 | - |
| YUV | 201.59 | 79.7 | 128.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 218 | 116 | 0.07 | 0 | 0.47 | 0.15 | 69.41 | 0.58 | 0.65 |
| Hex | CA | DA | 74 | 7 | 0 | 2F | F | 45 | 3A | 41 |
| Octal | 312 | 332 | 164 | 7 | 0 | 57 | 17 | 105 | 72 | 101 |
| Binary | 11001010 | 11011010 | 1110100 | 111 | 0 | 101111 | 1111 | 1000101 | 111010 | 1000001 |
Color Harmonies of #CADA74
Complementary color
Monochromatic Colors of #CADA74
Black with #CADA74
Text Example
Text Example
White with #CADA74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA74; }
p { color: rgb(202,218,116); }
H1.HeaderClassName
{
color: #CADA74;
}
.AnyTagClassName
{
color: #CADA74;
}
</style>
background-color css
<style>
a { background-color: #CADA74; }
a { background-color: rgb(202,218,116); }
div.DivClassName
{
background-color: #CADA74;
}
.BgClassName
{
background-color: #CADA74;
}
</style>
border-color css
<style>
span { border-color: #CADA74; }
span { border-color: rgb(202,218,116); }
td.TdClassName
{
border-color: #CADA74;
}
.TagClassName
{
border-color: #CADA74;
}
</style>