Html Css Color HEX #DFCD8E Double Colonial White
📋 copy color: '#DFCD8E'red 223 ◦ green 205 ◦ blue 142
Shades of Double Colonial White #DFCD8E
Tints of Double Colonial White #DFCD8E
RGB
CMYK
RGB Variations
Color information
#DFCD8E (or 0xDFCD8E) is known color: Double Colonial White. HEX triplet: DF, CD and 8E. RGB value is (223,205,142). Sum of RGB (Red+Green+Blue) = 223+205+142=570 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.12% from 570); Green value is 205 (80.47% from 255 or 35.96% from 570); Blue value is 142 (55.86% from 255 or 24.91% from 570); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD8E is #203271. Grayscale: #CBCBCB. Windows color (decimal): -2110066 or 9358815. OLE color: 9358815.
HSL color Cylindrical-coordinate representation of color #DFCD8E: hue angle of 46.67º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DFCD8E is Cyan = 0, Magento = 0.08, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 142 | - |
| CMYK | 0 | 0.08 | 0.36 | 0.13 |
| HSL | 46.67º | 0.56% | 0.72% | - |
| HSV(B) | 46.67º | 0.36% | 0.87% | - |
| XYZ | 57.15 | 61.3 | 34.41 | - |
| YUV | 203.2 | 93.46 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 142 | 0 | 0.08 | 0.36 | 0.13 | 46.67 | 0.56 | 0.72 |
| Hex | DF | CD | 8E | 0 | 8 | 24 | D | 2F | 38 | 48 |
| Octal | 337 | 315 | 216 | 0 | 10 | 44 | 15 | 57 | 70 | 110 |
| Binary | 11011111 | 11001101 | 10001110 | 0 | 1000 | 100100 | 1101 | 101111 | 111000 | 1001000 |
Color Harmonies of #DFCD8E
Complementary color
Monochromatic Colors of #DFCD8E
Black with #DFCD8E
Text Example
Text Example
White with #DFCD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD8E; }
p { color: rgb(223,205,142); }
H1.HeaderClassName
{
color: #DFCD8E;
}
.AnyTagClassName
{
color: #DFCD8E;
}
</style>
background-color css
<style>
a { background-color: #DFCD8E; }
a { background-color: rgb(223,205,142); }
div.DivClassName
{
background-color: #DFCD8E;
}
.BgClassName
{
background-color: #DFCD8E;
}
</style>
border-color css
<style>
span { border-color: #DFCD8E; }
span { border-color: rgb(223,205,142); }
td.TdClassName
{
border-color: #DFCD8E;
}
.TagClassName
{
border-color: #DFCD8E;
}
</style>