Html Css Color HEX #DCC794 Double Colonial White
📋 copy color: '#DCC794'red 220 ◦ green 199 ◦ blue 148
Shades of Double Colonial White #DCC794
Tints of Double Colonial White #DCC794
RGB
CMYK
RGB Variations
Color information
#DCC794 (or 0xDCC794) is known color: Double Colonial White. HEX triplet: DC, C7 and 94. RGB value is (220,199,148). Sum of RGB (Red+Green+Blue) = 220+199+148=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 199 (78.12% from 255 or 35.10% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC794 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC794 is #23386B. Grayscale: #C7C7C7. Windows color (decimal): -2308204 or 9750492. OLE color: 9750492.
HSL color Cylindrical-coordinate representation of color #DCC794: hue angle of 42.5º 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 #DCC794 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 199 | 148 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.14 |
| HSL | 42.5º | 0.51% | 0.72% | - |
| HSV(B) | 42.5º | 0.33% | 0.86% | - |
| XYZ | 55.28 | 58.2 | 36.34 | - |
| YUV | 199.47 | 98.96 | 142.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 199 | 148 | 0 | 0.10 | 0.33 | 0.14 | 42.5 | 0.51 | 0.72 |
| Hex | DC | C7 | 94 | 0 | A | 21 | E | 2A | 33 | 48 |
| Octal | 334 | 307 | 224 | 0 | 12 | 41 | 16 | 52 | 63 | 110 |
| Binary | 11011100 | 11000111 | 10010100 | 0 | 1010 | 100001 | 1110 | 101010 | 110011 | 1001000 |
Color Harmonies of #DCC794
Complementary color
Monochromatic Colors of #DCC794
Black with #DCC794
Text Example
Text Example
White with #DCC794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC794; }
p { color: rgb(220,199,148); }
H1.HeaderClassName
{
color: #DCC794;
}
.AnyTagClassName
{
color: #DCC794;
}
</style>
background-color css
<style>
a { background-color: #DCC794; }
a { background-color: rgb(220,199,148); }
div.DivClassName
{
background-color: #DCC794;
}
.BgClassName
{
background-color: #DCC794;
}
</style>
border-color css
<style>
span { border-color: #DCC794; }
span { border-color: rgb(220,199,148); }
td.TdClassName
{
border-color: #DCC794;
}
.TagClassName
{
border-color: #DCC794;
}
</style>