Shades of Deco #CDD97C
Tints of Deco #CDD97C
RGB
CMYK
RGB Variations
Color information
#CDD97C (or 0xCDD97C) is known color: Deco. HEX triplet: CD, D9 and 7C. RGB value is (205,217,124). Sum of RGB (Red+Green+Blue) = 205+217+124=546 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.55% from 546); Green value is 217 (85.16% from 255 or 39.74% from 546); Blue value is 124 (48.83% from 255 or 22.71% from 546); Max value from RGB is 217 - color contains mainly: green. Hex color #CDD97C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CDD97C is #322683. Grayscale: #CBCBCB. Windows color (decimal): -3286660 or 8182221. OLE color: 8182221.
HSL color Cylindrical-coordinate representation of color #CDD97C: hue angle of 67.74º degrees, saturation: 0.55, 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 #CDD97C is Cyan = 0.06, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 205 | 217 | 124 | - |
| CMYK | 0.06 | 0 | 0.43 | 0.15 |
| HSL | 67.74º | 0.55% | 0.67% | - |
| HSV(B) | 67.74º | 0.43% | 0.85% | - |
| XYZ | 53.63 | 64.06 | 28.61 | - |
| YUV | 202.81 | 83.52 | 129.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 217 | 124 | 0.06 | 0 | 0.43 | 0.15 | 67.74 | 0.55 | 0.67 |
| Hex | CD | D9 | 7C | 6 | 0 | 2B | F | 44 | 37 | 43 |
| Octal | 315 | 331 | 174 | 6 | 0 | 53 | 17 | 104 | 67 | 103 |
| Binary | 11001101 | 11011001 | 1111100 | 110 | 0 | 101011 | 1111 | 1000100 | 110111 | 1000011 |
Color Harmonies of #CDD97C
Complementary color
Monochromatic Colors of #CDD97C
Black with #CDD97C
Text Example
Text Example
White with #CDD97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDD97C; }
p { color: rgb(205,217,124); }
H1.HeaderClassName
{
color: #CDD97C;
}
.AnyTagClassName
{
color: #CDD97C;
}
</style>
background-color css
<style>
a { background-color: #CDD97C; }
a { background-color: rgb(205,217,124); }
div.DivClassName
{
background-color: #CDD97C;
}
.BgClassName
{
background-color: #CDD97C;
}
</style>
border-color css
<style>
span { border-color: #CDD97C; }
span { border-color: rgb(205,217,124); }
td.TdClassName
{
border-color: #CDD97C;
}
.TagClassName
{
border-color: #CDD97C;
}
</style>