Shades of Deco #CADA7D
Tints of Deco #CADA7D
RGB
CMYK
RGB Variations
Color information
#CADA7D (or 0xCADA7D) is known color: Deco. HEX triplet: CA, DA and 7D. RGB value is (202,218,125). Sum of RGB (Red+Green+Blue) = 202+218+125=545 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.06% from 545); Green value is 218 (85.55% from 255 or 40% from 545); Blue value is 125 (49.22% from 255 or 22.94% from 545); Max value from RGB is 218 - color contains mainly: green. Hex color #CADA7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADA7D is #352582. Grayscale: #CACACA. Windows color (decimal): -3483011 or 8248010. OLE color: 8248010.
HSL color Cylindrical-coordinate representation of color #CADA7D: hue angle of 70.32º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CADA7D is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 218 | 125 | - |
CMYK | 0.07 | 0 | 0.43 | 0.15 |
HSL | 70.32º | 0.56% | 0.67% | - |
HSV(B) | 70.32º | 0.43% | 0.85% | - |
XYZ | 53.13 | 64.18 | 28.99 | - |
YUV | 202.61 | 84.2 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 218 | 125 | 0.07 | 0 | 0.43 | 0.15 | 70.32 | 0.56 | 0.67 |
Hex | CA | DA | 7D | 7 | 0 | 2B | F | 46 | 38 | 43 |
Octal | 312 | 332 | 175 | 7 | 0 | 53 | 17 | 106 | 70 | 103 |
Binary | 11001010 | 11011010 | 1111101 | 111 | 0 | 101011 | 1111 | 1000110 | 111000 | 1000011 |
Color Harmonies of #CADA7D
Complementary color
Monochromatic Colors of #CADA7D
Black with #CADA7D
Text Example
Text Example
White with #CADA7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADA7D; }
p { color: rgb(202,218,125); }
H1.HeaderClassName
{
color: #CADA7D;
}
.AnyTagClassName
{
color: #CADA7D;
}
</style>
background-color css
<style>
a { background-color: #CADA7D; }
a { background-color: rgb(202,218,125); }
div.DivClassName
{
background-color: #CADA7D;
}
.BgClassName
{
background-color: #CADA7D;
}
</style>
border-color css
<style>
span { border-color: #CADA7D; }
span { border-color: rgb(202,218,125); }
td.TdClassName
{
border-color: #CADA7D;
}
.TagClassName
{
border-color: #CADA7D;
}
</style>