Shades of Deco #CAD58D
Tints of Deco #CAD58D
RGB
CMYK
RGB Variations
Color information
#CAD58D (or 0xCAD58D) is known color: Deco. HEX triplet: CA, D5 and 8D. RGB value is (202,213,141). Sum of RGB (Red+Green+Blue) = 202+213+141=556 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.33% from 556); Green value is 213 (83.59% from 255 or 38.31% from 556); Blue value is 141 (55.47% from 255 or 25.36% from 556); Max value from RGB is 213 - color contains mainly: green. Hex color #CAD58D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAD58D is #352A72. Grayscale: #C9C9C9. Windows color (decimal): -3484275 or 9295306. OLE color: 9295306.
HSL color Cylindrical-coordinate representation of color #CAD58D: hue angle of 69.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAD58D is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 213 | 141 | - |
CMYK | 0.05 | 0 | 0.34 | 0.16 |
HSL | 69.17º | 0.46% | 0.69% | - |
HSV(B) | 69.17º | 0.34% | 0.84% | - |
XYZ | 52.96 | 62.07 | 34.39 | - |
YUV | 201.5 | 93.86 | 128.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 213 | 141 | 0.05 | 0 | 0.34 | 0.16 | 69.17 | 0.46 | 0.69 |
Hex | CA | D5 | 8D | 5 | 0 | 22 | 10 | 45 | 2E | 45 |
Octal | 312 | 325 | 215 | 5 | 0 | 42 | 20 | 105 | 56 | 105 |
Binary | 11001010 | 11010101 | 10001101 | 101 | 0 | 100010 | 10000 | 1000101 | 101110 | 1000101 |
Color Harmonies of #CAD58D
Complementary color
Monochromatic Colors of #CAD58D
Black with #CAD58D
Text Example
Text Example
White with #CAD58D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAD58D; }
p { color: rgb(202,213,141); }
H1.HeaderClassName
{
color: #CAD58D;
}
.AnyTagClassName
{
color: #CAD58D;
}
</style>
background-color css
<style>
a { background-color: #CAD58D; }
a { background-color: rgb(202,213,141); }
div.DivClassName
{
background-color: #CAD58D;
}
.BgClassName
{
background-color: #CAD58D;
}
</style>
border-color css
<style>
span { border-color: #CAD58D; }
span { border-color: rgb(202,213,141); }
td.TdClassName
{
border-color: #CAD58D;
}
.TagClassName
{
border-color: #CAD58D;
}
</style>