Html Css Color HEX #DFCE9D Double Colonial White
📋 copy color: '#DFCE9D'red 223 ◦ green 206 ◦ blue 157
Shades of Double Colonial White #DFCE9D
Tints of Double Colonial White #DFCE9D
RGB
CMYK
RGB Variations
Color information
#DFCE9D (or 0xDFCE9D) is known color: Double Colonial White. HEX triplet: DF, CE and 9D. RGB value is (223,206,157). Sum of RGB (Red+Green+Blue) = 223+206+157=586 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.05% from 586); Green value is 206 (80.86% from 255 or 35.15% from 586); Blue value is 157 (61.72% from 255 or 26.79% from 586); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCE9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCE9D is #203162. Grayscale: #CDCDCD. Windows color (decimal): -2109795 or 10342111. OLE color: 10342111.
HSL color Cylindrical-coordinate representation of color #DFCE9D: hue angle of 44.55º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCE9D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 206 | 157 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.13 |
| HSL | 44.55º | 0.51% | 0.75% | - |
| HSV(B) | 44.55º | 0.3% | 0.87% | - |
| XYZ | 58.59 | 62.26 | 40.83 | - |
| YUV | 205.5 | 100.63 | 140.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 206 | 157 | 0 | 0.08 | 0.30 | 0.13 | 44.55 | 0.51 | 0.75 |
| Hex | DF | CE | 9D | 0 | 8 | 1E | D | 2D | 33 | 4B |
| Octal | 337 | 316 | 235 | 0 | 10 | 36 | 15 | 55 | 63 | 113 |
| Binary | 11011111 | 11001110 | 10011101 | 0 | 1000 | 11110 | 1101 | 101101 | 110011 | 1001011 |
Color Harmonies of #DFCE9D
Complementary color
Monochromatic Colors of #DFCE9D
Black with #DFCE9D
Text Example
Text Example
White with #DFCE9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCE9D; }
p { color: rgb(223,206,157); }
H1.HeaderClassName
{
color: #DFCE9D;
}
.AnyTagClassName
{
color: #DFCE9D;
}
</style>
background-color css
<style>
a { background-color: #DFCE9D; }
a { background-color: rgb(223,206,157); }
div.DivClassName
{
background-color: #DFCE9D;
}
.BgClassName
{
background-color: #DFCE9D;
}
</style>
border-color css
<style>
span { border-color: #DFCE9D; }
span { border-color: rgb(223,206,157); }
td.TdClassName
{
border-color: #DFCE9D;
}
.TagClassName
{
border-color: #DFCE9D;
}
</style>