Shades of Deco #CDC98A
Tints of Deco #CDC98A
RGB
CMYK
RGB Variations
Color information
#CDC98A (or 0xCDC98A) is known color: Deco. HEX triplet: CD, C9 and 8A. RGB value is (205,201,138). Sum of RGB (Red+Green+Blue) = 205+201+138=544 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.68% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 138 (54.30% from 255 or 25.37% from 544); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC98A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDC98A is #323675. Grayscale: #C3C3C3. Windows color (decimal): -3290742 or 9095629. OLE color: 9095629.
HSL color Cylindrical-coordinate representation of color #CDC98A: hue angle of 56.42º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDC98A is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 201 | 138 | - |
| CMYK | 0 | 0.02 | 0.33 | 0.20 |
| HSL | 56.42º | 0.4% | 0.67% | - |
| HSV(B) | 56.42º | 0.33% | 0.8% | - |
| XYZ | 50.65 | 56.59 | 32.3 | - |
| YUV | 195.01 | 95.83 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 201 | 138 | 0 | 0.02 | 0.33 | 0.20 | 56.42 | 0.4 | 0.67 |
| Hex | CD | C9 | 8A | 0 | 2 | 21 | 14 | 38 | 28 | 43 |
| Octal | 315 | 311 | 212 | 0 | 2 | 41 | 24 | 70 | 50 | 103 |
| Binary | 11001101 | 11001001 | 10001010 | 0 | 10 | 100001 | 10100 | 111000 | 101000 | 1000011 |
Color Harmonies of #CDC98A
Complementary color
Monochromatic Colors of #CDC98A
Black with #CDC98A
Text Example
Text Example
White with #CDC98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDC98A; }
p { color: rgb(205,201,138); }
H1.HeaderClassName
{
color: #CDC98A;
}
.AnyTagClassName
{
color: #CDC98A;
}
</style>
background-color css
<style>
a { background-color: #CDC98A; }
a { background-color: rgb(205,201,138); }
div.DivClassName
{
background-color: #CDC98A;
}
.BgClassName
{
background-color: #CDC98A;
}
</style>
border-color css
<style>
span { border-color: #CDC98A; }
span { border-color: rgb(205,201,138); }
td.TdClassName
{
border-color: #CDC98A;
}
.TagClassName
{
border-color: #CDC98A;
}
</style>