Shades of Deco #D2CB75
Tints of Deco #D2CB75
RGB
CMYK
RGB Variations
Color information
#D2CB75 (or 0xD2CB75) is known color: Deco. HEX triplet: D2, CB and 75. RGB value is (210,203,117). Sum of RGB (Red+Green+Blue) = 210+203+117=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 117 (46.09% from 255 or 22.08% from 530); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CB75 is #2D348A. Grayscale: #C3C3C3. Windows color (decimal): -2962571 or 7719890. OLE color: 7719890.
HSL color Cylindrical-coordinate representation of color #D2CB75: hue angle of 55.48º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D2CB75 is Cyan = 0, Magento = 0.03, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 203 | 117 | - |
| CMYK | 0 | 0.03 | 0.44 | 0.18 |
| HSL | 55.48º | 0.51% | 0.64% | - |
| HSV(B) | 55.48º | 0.44% | 0.82% | - |
| XYZ | 51.15 | 57.7 | 25.27 | - |
| YUV | 195.29 | 83.82 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 203 | 117 | 0 | 0.03 | 0.44 | 0.18 | 55.48 | 0.51 | 0.64 |
| Hex | D2 | CB | 75 | 0 | 3 | 2C | 12 | 37 | 33 | 40 |
| Octal | 322 | 313 | 165 | 0 | 3 | 54 | 22 | 67 | 63 | 100 |
| Binary | 11010010 | 11001011 | 1110101 | 0 | 11 | 101100 | 10010 | 110111 | 110011 | 1000000 |
Color Harmonies of #D2CB75
Complementary color
Monochromatic Colors of #D2CB75
Black with #D2CB75
Text Example
Text Example
White with #D2CB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2CB75; }
p { color: rgb(210,203,117); }
H1.HeaderClassName
{
color: #D2CB75;
}
.AnyTagClassName
{
color: #D2CB75;
}
</style>
background-color css
<style>
a { background-color: #D2CB75; }
a { background-color: rgb(210,203,117); }
div.DivClassName
{
background-color: #D2CB75;
}
.BgClassName
{
background-color: #D2CB75;
}
</style>
border-color css
<style>
span { border-color: #D2CB75; }
span { border-color: rgb(210,203,117); }
td.TdClassName
{
border-color: #D2CB75;
}
.TagClassName
{
border-color: #D2CB75;
}
</style>