Html Css Color HEX #DFCEA0 Double Colonial White
📋 copy color: '#DFCEA0'red 223 ◦ green 206 ◦ blue 160
Shades of Double Colonial White #DFCEA0
Tints of Double Colonial White #DFCEA0
RGB
CMYK
RGB Variations
Color information
#DFCEA0 (or 0xDFCEA0) is known color: Double Colonial White. HEX triplet: DF, CE and A0. RGB value is (223,206,160). Sum of RGB (Red+Green+Blue) = 223+206+160=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 206 (80.86% from 255 or 34.97% from 589); Blue value is 160 (62.89% from 255 or 27.16% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCEA0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCEA0 is #20315F. Grayscale: #CECECE. Windows color (decimal): -2109792 or 10538719. OLE color: 10538719.
HSL color Cylindrical-coordinate representation of color #DFCEA0: hue angle of 43.81º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DFCEA0 is Cyan = 0, Magento = 0.08, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 160 | - |
| CMYK | 0 | 0.08 | 0.28 | 0.13 |
| HSL | 43.81º | 0.5% | 0.75% | - |
| HSV(B) | 43.81º | 0.28% | 0.87% | - |
| XYZ | 58.85 | 62.37 | 42.19 | - |
| YUV | 205.84 | 102.13 | 140.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 160 | 0 | 0.08 | 0.28 | 0.13 | 43.81 | 0.5 | 0.75 |
| Hex | DF | CE | A0 | 0 | 8 | 1C | D | 2C | 32 | 4B |
| Octal | 337 | 316 | 240 | 0 | 10 | 34 | 15 | 54 | 62 | 113 |
| Binary | 11011111 | 11001110 | 10100000 | 0 | 1000 | 11100 | 1101 | 101100 | 110010 | 1001011 |
Color Harmonies of #DFCEA0
Complementary color
Monochromatic Colors of #DFCEA0
Black with #DFCEA0
Text Example
Text Example
White with #DFCEA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCEA0; }
p { color: rgb(223,206,160); }
H1.HeaderClassName
{
color: #DFCEA0;
}
.AnyTagClassName
{
color: #DFCEA0;
}
</style>
background-color css
<style>
a { background-color: #DFCEA0; }
a { background-color: rgb(223,206,160); }
div.DivClassName
{
background-color: #DFCEA0;
}
.BgClassName
{
background-color: #DFCEA0;
}
</style>
border-color css
<style>
span { border-color: #DFCEA0; }
span { border-color: rgb(223,206,160); }
td.TdClassName
{
border-color: #DFCEA0;
}
.TagClassName
{
border-color: #DFCEA0;
}
</style>