Html Css Color HEX #DCC793 Double Colonial White
📋 copy color: '#DCC793'red 220 ◦ green 199 ◦ blue 147
Shades of Double Colonial White #DCC793
Tints of Double Colonial White #DCC793
RGB
CMYK
RGB Variations
Color information
#DCC793 (or 0xDCC793) is known color: Double Colonial White. HEX triplet: DC, C7 and 93. RGB value is (220,199,147). Sum of RGB (Red+Green+Blue) = 220+199+147=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 199 (78.12% from 255 or 35.16% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC793 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC793 is #23386C. Grayscale: #C7C7C7. Windows color (decimal): -2308205 or 9684956. OLE color: 9684956.
HSL color Cylindrical-coordinate representation of color #DCC793: hue angle of 42.74º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCC793 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 147 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.14 |
| HSL | 42.74º | 0.51% | 0.72% | - |
| HSV(B) | 42.74º | 0.33% | 0.86% | - |
| XYZ | 55.21 | 58.17 | 35.92 | - |
| YUV | 199.35 | 98.46 | 142.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 147 | 0 | 0.10 | 0.33 | 0.14 | 42.74 | 0.51 | 0.72 |
| Hex | DC | C7 | 93 | 0 | A | 21 | E | 2B | 33 | 48 |
| Octal | 334 | 307 | 223 | 0 | 12 | 41 | 16 | 53 | 63 | 110 |
| Binary | 11011100 | 11000111 | 10010011 | 0 | 1010 | 100001 | 1110 | 101011 | 110011 | 1001000 |
Color Harmonies of #DCC793
Complementary color
Monochromatic Colors of #DCC793
Black with #DCC793
Text Example
Text Example
White with #DCC793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC793; }
p { color: rgb(220,199,147); }
H1.HeaderClassName
{
color: #DCC793;
}
.AnyTagClassName
{
color: #DCC793;
}
</style>
background-color css
<style>
a { background-color: #DCC793; }
a { background-color: rgb(220,199,147); }
div.DivClassName
{
background-color: #DCC793;
}
.BgClassName
{
background-color: #DCC793;
}
</style>
border-color css
<style>
span { border-color: #DCC793; }
span { border-color: rgb(220,199,147); }
td.TdClassName
{
border-color: #DCC793;
}
.TagClassName
{
border-color: #DCC793;
}
</style>