Html Css Color HEX #DCC795 Double Colonial White
📋 copy color: '#DCC795'red 220 ◦ green 199 ◦ blue 149
Shades of Double Colonial White #DCC795
Tints of Double Colonial White #DCC795
RGB
CMYK
RGB Variations
Color information
#DCC795 (or 0xDCC795) is known color: Double Colonial White. HEX triplet: DC, C7 and 95. RGB value is (220,199,149). Sum of RGB (Red+Green+Blue) = 220+199+149=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 199 (78.12% from 255 or 35.04% from 568); Blue value is 149 (58.59% from 255 or 26.23% from 568); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC795 is #23386A. Grayscale: #C7C7C7. Windows color (decimal): -2308203 or 9816028. OLE color: 9816028.
HSL color Cylindrical-coordinate representation of color #DCC795: hue angle of 42.25º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCC795 is Cyan = 0, Magento = 0.10, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 149 | - |
| CMYK | 0 | 0.10 | 0.32 | 0.14 |
| HSL | 42.25º | 0.5% | 0.72% | - |
| HSV(B) | 42.25º | 0.32% | 0.86% | - |
| XYZ | 55.36 | 58.23 | 36.76 | - |
| YUV | 199.58 | 99.46 | 142.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 149 | 0 | 0.10 | 0.32 | 0.14 | 42.25 | 0.5 | 0.72 |
| Hex | DC | C7 | 95 | 0 | A | 20 | E | 2A | 32 | 48 |
| Octal | 334 | 307 | 225 | 0 | 12 | 40 | 16 | 52 | 62 | 110 |
| Binary | 11011100 | 11000111 | 10010101 | 0 | 1010 | 100000 | 1110 | 101010 | 110010 | 1001000 |
Color Harmonies of #DCC795
Complementary color
Monochromatic Colors of #DCC795
Black with #DCC795
Text Example
Text Example
White with #DCC795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC795; }
p { color: rgb(220,199,149); }
H1.HeaderClassName
{
color: #DCC795;
}
.AnyTagClassName
{
color: #DCC795;
}
</style>
background-color css
<style>
a { background-color: #DCC795; }
a { background-color: rgb(220,199,149); }
div.DivClassName
{
background-color: #DCC795;
}
.BgClassName
{
background-color: #DCC795;
}
</style>
border-color css
<style>
span { border-color: #DCC795; }
span { border-color: rgb(220,199,149); }
td.TdClassName
{
border-color: #DCC795;
}
.TagClassName
{
border-color: #DCC795;
}
</style>