Shades of Deco #CDD57A
Tints of Deco #CDD57A
RGB
CMYK
RGB Variations
Color information
#CDD57A (or 0xCDD57A) is known color: Deco. HEX triplet: CD, D5 and 7A. RGB value is (205,213,122). Sum of RGB (Red+Green+Blue) = 205+213+122=540 (71% of max value = 765). Red value is 205 (80.47% from 255 or 37.96% from 540); Green value is 213 (83.59% from 255 or 39.44% from 540); Blue value is 122 (48.05% from 255 or 22.59% from 540); Max value from RGB is 213 - color contains mainly: green. Hex color #CDD57A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD57A is #322A85. Grayscale: #C8C8C8. Windows color (decimal): -3287686 or 8050125. OLE color: 8050125.
HSL color Cylindrical-coordinate representation of color #CDD57A: hue angle of 65.27º degrees, saturation: 0.52, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CDD57A is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 205 | 213 | 122 | - |
| CMYK | 0.04 | 0 | 0.43 | 0.16 |
| HSL | 65.27º | 0.52% | 0.66% | - |
| HSV(B) | 65.27º | 0.43% | 0.84% | - |
| XYZ | 52.48 | 61.97 | 27.61 | - |
| YUV | 200.23 | 83.85 | 131.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 213 | 122 | 0.04 | 0 | 0.43 | 0.16 | 65.27 | 0.52 | 0.66 |
| Hex | CD | D5 | 7A | 4 | 0 | 2B | 10 | 41 | 34 | 42 |
| Octal | 315 | 325 | 172 | 4 | 0 | 53 | 20 | 101 | 64 | 102 |
| Binary | 11001101 | 11010101 | 1111010 | 100 | 0 | 101011 | 10000 | 1000001 | 110100 | 1000010 |
Color Harmonies of #CDD57A
Complementary color
Monochromatic Colors of #CDD57A
Black with #CDD57A
Text Example
Text Example
White with #CDD57A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD57A; }
p { color: rgb(205,213,122); }
H1.HeaderClassName
{
color: #CDD57A;
}
.AnyTagClassName
{
color: #CDD57A;
}
</style>
background-color css
<style>
a { background-color: #CDD57A; }
a { background-color: rgb(205,213,122); }
div.DivClassName
{
background-color: #CDD57A;
}
.BgClassName
{
background-color: #CDD57A;
}
</style>
border-color css
<style>
span { border-color: #CDD57A; }
span { border-color: rgb(205,213,122); }
td.TdClassName
{
border-color: #CDD57A;
}
.TagClassName
{
border-color: #CDD57A;
}
</style>