Html Css Color HEX #E6D38D Double Colonial White
📋 copy color: '#E6D38D'red 230 ◦ green 211 ◦ blue 141
Shades of Double Colonial White #E6D38D
Tints of Double Colonial White #E6D38D
RGB
CMYK
RGB Variations
Color information
#E6D38D (or 0xE6D38D) is known color: Double Colonial White. HEX triplet: E6, D3 and 8D. RGB value is (230,211,141). Sum of RGB (Red+Green+Blue) = 230+211+141=582 (77% of max value = 765). Red value is 230 (90.23% from 255 or 39.52% from 582); Green value is 211 (82.81% from 255 or 36.25% from 582); Blue value is 141 (55.47% from 255 or 24.23% from 582); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D38D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #E6D38D is #192C72. Grayscale: #D1D1D1. Windows color (decimal): -1649779 or 9294822. OLE color: 9294822.
HSL color Cylindrical-coordinate representation of color #E6D38D: hue angle of 47.19º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #E6D38D is Cyan = 0, Magento = 0.08, Yellow = 0.39 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 211 | 141 | - |
| CMYK | 0 | 0.08 | 0.39 | 0.10 |
| HSL | 47.19º | 0.64% | 0.73% | - |
| HSV(B) | 47.19º | 0.39% | 0.9% | - |
| XYZ | 60.74 | 65.33 | 34.61 | - |
| YUV | 208.7 | 89.79 | 143.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 211 | 141 | 0 | 0.08 | 0.39 | 0.10 | 47.19 | 0.64 | 0.73 |
| Hex | E6 | D3 | 8D | 0 | 8 | 27 | A | 2F | 40 | 49 |
| Octal | 346 | 323 | 215 | 0 | 10 | 47 | 12 | 57 | 100 | 111 |
| Binary | 11100110 | 11010011 | 10001101 | 0 | 1000 | 100111 | 1010 | 101111 | 1000000 | 1001001 |
Color Harmonies of #E6D38D
Complementary color
Monochromatic Colors of #E6D38D
Black with #E6D38D
Text Example
Text Example
White with #E6D38D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D38D; }
p { color: rgb(230,211,141); }
H1.HeaderClassName
{
color: #E6D38D;
}
.AnyTagClassName
{
color: #E6D38D;
}
</style>
background-color css
<style>
a { background-color: #E6D38D; }
a { background-color: rgb(230,211,141); }
div.DivClassName
{
background-color: #E6D38D;
}
.BgClassName
{
background-color: #E6D38D;
}
</style>
border-color css
<style>
span { border-color: #E6D38D; }
span { border-color: rgb(230,211,141); }
td.TdClassName
{
border-color: #E6D38D;
}
.TagClassName
{
border-color: #E6D38D;
}
</style>