Shades of Deco #CBC97D
Tints of Deco #CBC97D
RGB
CMYK
RGB Variations
Color information
#CBC97D (or 0xCBC97D) is known color: Deco. HEX triplet: CB, C9 and 7D. RGB value is (203,201,125). Sum of RGB (Red+Green+Blue) = 203+201+125=529 (70% of max value = 765). Red value is 203 (79.69% from 255 or 38.37% from 529); Green value is 201 (78.91% from 255 or 38.00% from 529); Blue value is 125 (49.22% from 255 or 23.63% from 529); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC97D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CBC97D is #343682. Grayscale: #C1C1C1. Windows color (decimal): -3421827 or 8243659. OLE color: 8243659.
HSL color Cylindrical-coordinate representation of color #CBC97D: hue angle of 58.46º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CBC97D is Cyan = 0, Magento = 0.01, Yellow = 0.38 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 201 | 125 | - |
| CMYK | 0 | 0.01 | 0.38 | 0.20 |
| HSL | 58.46º | 0.43% | 0.64% | - |
| HSV(B) | 58.46º | 0.38% | 0.8% | - |
| XYZ | 49.22 | 55.95 | 27.61 | - |
| YUV | 192.93 | 89.66 | 135.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 201 | 125 | 0 | 0.01 | 0.38 | 0.20 | 58.46 | 0.43 | 0.64 |
| Hex | CB | C9 | 7D | 0 | 1 | 26 | 14 | 3A | 2B | 40 |
| Octal | 313 | 311 | 175 | 0 | 1 | 46 | 24 | 72 | 53 | 100 |
| Binary | 11001011 | 11001001 | 1111101 | 0 | 1 | 100110 | 10100 | 111010 | 101011 | 1000000 |
Color Harmonies of #CBC97D
Complementary color
Monochromatic Colors of #CBC97D
Black with #CBC97D
Text Example
Text Example
White with #CBC97D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC97D; }
p { color: rgb(203,201,125); }
H1.HeaderClassName
{
color: #CBC97D;
}
.AnyTagClassName
{
color: #CBC97D;
}
</style>
background-color css
<style>
a { background-color: #CBC97D; }
a { background-color: rgb(203,201,125); }
div.DivClassName
{
background-color: #CBC97D;
}
.BgClassName
{
background-color: #CBC97D;
}
</style>
border-color css
<style>
span { border-color: #CBC97D; }
span { border-color: rgb(203,201,125); }
td.TdClassName
{
border-color: #CBC97D;
}
.TagClassName
{
border-color: #CBC97D;
}
</style>