Shades of Deco #CADB7D
Tints of Deco #CADB7D
RGB
CMYK
RGB Variations
Color information
#CADB7D (or 0xCADB7D) is known color: Deco. HEX triplet: CA, DB and 7D. RGB value is (202,219,125). Sum of RGB (Red+Green+Blue) = 202+219+125=546 (72% of max value = 765). Red value is 202 (79.30% from 255 or 37.00% from 546); Green value is 219 (85.94% from 255 or 40.11% from 546); Blue value is 125 (49.22% from 255 or 22.89% from 546); Max value from RGB is 219 - color contains mainly: green. Hex color #CADB7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CADB7D is #352482. Grayscale: #CBCBCB. Windows color (decimal): -3482755 or 8248266. OLE color: 8248266.
HSL color Cylindrical-coordinate representation of color #CADB7D: hue angle of 70.85º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CADB7D is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
RGB | 202 | 219 | 125 | - |
CMYK | 0.08 | 0 | 0.43 | 0.14 |
HSL | 70.85º | 0.57% | 0.67% | - |
HSV(B) | 70.85º | 0.43% | 0.86% | - |
XYZ | 53.39 | 64.7 | 29.08 | - |
YUV | 203.2 | 83.87 | 127.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 219 | 125 | 0.08 | 0 | 0.43 | 0.14 | 70.85 | 0.57 | 0.67 |
Hex | CA | DB | 7D | 8 | 0 | 2B | E | 47 | 39 | 43 |
Octal | 312 | 333 | 175 | 10 | 0 | 53 | 16 | 107 | 71 | 103 |
Binary | 11001010 | 11011011 | 1111101 | 1000 | 0 | 101011 | 1110 | 1000111 | 111001 | 1000011 |
Color Harmonies of #CADB7D
Complementary color
Monochromatic Colors of #CADB7D
Black with #CADB7D
Text Example
Text Example
White with #CADB7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CADB7D; }
p { color: rgb(202,219,125); }
H1.HeaderClassName
{
color: #CADB7D;
}
.AnyTagClassName
{
color: #CADB7D;
}
</style>
background-color css
<style>
a { background-color: #CADB7D; }
a { background-color: rgb(202,219,125); }
div.DivClassName
{
background-color: #CADB7D;
}
.BgClassName
{
background-color: #CADB7D;
}
</style>
border-color css
<style>
span { border-color: #CADB7D; }
span { border-color: rgb(202,219,125); }
td.TdClassName
{
border-color: #CADB7D;
}
.TagClassName
{
border-color: #CADB7D;
}
</style>