Html Css Color HEX #DCC693 Double Colonial White
📋 copy color: '#DCC693'red 220 ◦ green 198 ◦ blue 147
Shades of Double Colonial White #DCC693
Tints of Double Colonial White #DCC693
RGB
CMYK
RGB Variations
Color information
#DCC693 (or 0xDCC693) is known color: Double Colonial White. HEX triplet: DC, C6 and 93. RGB value is (220,198,147). Sum of RGB (Red+Green+Blue) = 220+198+147=565 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.94% from 565); Green value is 198 (77.73% from 255 or 35.04% from 565); Blue value is 147 (57.81% from 255 or 26.02% from 565); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC693 is #23396C. Grayscale: #C6C6C6. Windows color (decimal): -2308461 or 9684700. OLE color: 9684700.
HSL color Cylindrical-coordinate representation of color #DCC693: hue angle of 41.92º 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 #DCC693 is Cyan = 0, Magento = 0.1, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 198 | 147 | - |
| CMYK | 0 | 0.1 | 0.33 | 0.14 |
| HSL | 41.92º | 0.51% | 0.72% | - |
| HSV(B) | 41.92º | 0.33% | 0.86% | - |
| XYZ | 54.98 | 57.71 | 35.85 | - |
| YUV | 198.76 | 98.79 | 143.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 198 | 147 | 0 | 0.1 | 0.33 | 0.14 | 41.92 | 0.51 | 0.72 |
| Hex | DC | C6 | 93 | 0 | A | 21 | E | 2A | 33 | 48 |
| Octal | 334 | 306 | 223 | 0 | 12 | 41 | 16 | 52 | 63 | 110 |
| Binary | 11011100 | 11000110 | 10010011 | 0 | 1010 | 100001 | 1110 | 101010 | 110011 | 1001000 |
Color Harmonies of #DCC693
Complementary color
Monochromatic Colors of #DCC693
Black with #DCC693
Text Example
Text Example
White with #DCC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC693; }
p { color: rgb(220,198,147); }
H1.HeaderClassName
{
color: #DCC693;
}
.AnyTagClassName
{
color: #DCC693;
}
</style>
background-color css
<style>
a { background-color: #DCC693; }
a { background-color: rgb(220,198,147); }
div.DivClassName
{
background-color: #DCC693;
}
.BgClassName
{
background-color: #DCC693;
}
</style>
border-color css
<style>
span { border-color: #DCC693; }
span { border-color: rgb(220,198,147); }
td.TdClassName
{
border-color: #DCC693;
}
.TagClassName
{
border-color: #DCC693;
}
</style>