Html Css Color HEX #DFCD9A Double Colonial White
📋 copy color: '#DFCD9A'red 223 ◦ green 205 ◦ blue 154
Shades of Double Colonial White #DFCD9A
Tints of Double Colonial White #DFCD9A
RGB
CMYK
RGB Variations
Color information
#DFCD9A (or 0xDFCD9A) is known color: Double Colonial White. HEX triplet: DF, CD and 9A. RGB value is (223,205,154). Sum of RGB (Red+Green+Blue) = 223+205+154=582 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.32% from 582); Green value is 205 (80.47% from 255 or 35.22% from 582); Blue value is 154 (60.55% from 255 or 26.46% from 582); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCD9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCD9A is #203265. Grayscale: #CCCCCC. Windows color (decimal): -2110054 or 10145247. OLE color: 10145247.
HSL color Cylindrical-coordinate representation of color #DFCD9A: hue angle of 44.35º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFCD9A is Cyan = 0, Magento = 0.08, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 205 | 154 | - |
| CMYK | 0 | 0.08 | 0.31 | 0.13 |
| HSL | 44.35º | 0.52% | 0.74% | - |
| HSV(B) | 44.35º | 0.31% | 0.87% | - |
| XYZ | 58.1 | 61.68 | 39.42 | - |
| YUV | 204.57 | 99.46 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 205 | 154 | 0 | 0.08 | 0.31 | 0.13 | 44.35 | 0.52 | 0.74 |
| Hex | DF | CD | 9A | 0 | 8 | 1F | D | 2C | 34 | 4A |
| Octal | 337 | 315 | 232 | 0 | 10 | 37 | 15 | 54 | 64 | 112 |
| Binary | 11011111 | 11001101 | 10011010 | 0 | 1000 | 11111 | 1101 | 101100 | 110100 | 1001010 |
Color Harmonies of #DFCD9A
Complementary color
Monochromatic Colors of #DFCD9A
Black with #DFCD9A
Text Example
Text Example
White with #DFCD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCD9A; }
p { color: rgb(223,205,154); }
H1.HeaderClassName
{
color: #DFCD9A;
}
.AnyTagClassName
{
color: #DFCD9A;
}
</style>
background-color css
<style>
a { background-color: #DFCD9A; }
a { background-color: rgb(223,205,154); }
div.DivClassName
{
background-color: #DFCD9A;
}
.BgClassName
{
background-color: #DFCD9A;
}
</style>
border-color css
<style>
span { border-color: #DFCD9A; }
span { border-color: rgb(223,205,154); }
td.TdClassName
{
border-color: #DFCD9A;
}
.TagClassName
{
border-color: #DFCD9A;
}
</style>