Html Css Color HEX #DFCD9D Double Colonial White
📋 copy color: '#DFCD9D'red 223 ◦ green 205 ◦ blue 157
Shades of Double Colonial White #DFCD9D
Tints of Double Colonial White #DFCD9D
RGB
CMYK
RGB Variations
Color information
#DFCD9D (or 0xDFCD9D) is known color: Double Colonial White. HEX triplet: DF, CD and 9D. RGB value is (223,205,157). Sum of RGB (Red+Green+Blue) = 223+205+157=585 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.12% from 585); Green value is 205 (80.47% from 255 or 35.04% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD9D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD9D is #203262. Grayscale: #CDCDCD. Windows color (decimal): -2110051 or 10341855. OLE color: 10341855.
HSL color Cylindrical-coordinate representation of color #DFCD9D: hue angle of 43.64º 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 #DFCD9D is Cyan = 0, Magento = 0.08, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 157 | - |
| CMYK | 0 | 0.08 | 0.30 | 0.13 |
| HSL | 43.64º | 0.51% | 0.75% | - |
| HSV(B) | 43.64º | 0.3% | 0.87% | - |
| XYZ | 58.35 | 61.78 | 40.75 | - |
| YUV | 204.91 | 100.96 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 157 | 0 | 0.08 | 0.30 | 0.13 | 43.64 | 0.51 | 0.75 |
| Hex | DF | CD | 9D | 0 | 8 | 1E | D | 2C | 33 | 4B |
| Octal | 337 | 315 | 235 | 0 | 10 | 36 | 15 | 54 | 63 | 113 |
| Binary | 11011111 | 11001101 | 10011101 | 0 | 1000 | 11110 | 1101 | 101100 | 110011 | 1001011 |
Color Harmonies of #DFCD9D
Complementary color
Monochromatic Colors of #DFCD9D
Black with #DFCD9D
Text Example
Text Example
White with #DFCD9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD9D; }
p { color: rgb(223,205,157); }
H1.HeaderClassName
{
color: #DFCD9D;
}
.AnyTagClassName
{
color: #DFCD9D;
}
</style>
background-color css
<style>
a { background-color: #DFCD9D; }
a { background-color: rgb(223,205,157); }
div.DivClassName
{
background-color: #DFCD9D;
}
.BgClassName
{
background-color: #DFCD9D;
}
</style>
border-color css
<style>
span { border-color: #DFCD9D; }
span { border-color: rgb(223,205,157); }
td.TdClassName
{
border-color: #DFCD9D;
}
.TagClassName
{
border-color: #DFCD9D;
}
</style>