Html Css Color HEX #DFCC9C Double Colonial White
📋 copy color: '#DFCC9C'red 223 ◦ green 204 ◦ blue 156
Shades of Double Colonial White #DFCC9C
Tints of Double Colonial White #DFCC9C
RGB
CMYK
RGB Variations
Color information
#DFCC9C (or 0xDFCC9C) is known color: Double Colonial White. HEX triplet: DF, CC and 9C. RGB value is (223,204,156). Sum of RGB (Red+Green+Blue) = 223+204+156=583 (77% of max value = 765). Red value is 223 (87.5% from 255 or 38.25% from 583); Green value is 204 (80.08% from 255 or 34.99% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC9C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC9C is #203363. Grayscale: #CCCCCC. Windows color (decimal): -2110308 or 10276063. OLE color: 10276063.
HSL color Cylindrical-coordinate representation of color #DFCC9C: hue angle of 42.99º degrees, saturation: 0.51, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DFCC9C is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 156 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.13 |
| HSL | 42.99º | 0.51% | 0.74% | - |
| HSV(B) | 42.99º | 0.3% | 0.87% | - |
| XYZ | 58.03 | 61.27 | 40.22 | - |
| YUV | 204.21 | 100.79 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 156 | 0 | 0.09 | 0.30 | 0.13 | 42.99 | 0.51 | 0.74 |
| Hex | DF | CC | 9C | 0 | 9 | 1E | D | 2B | 33 | 4A |
| Octal | 337 | 314 | 234 | 0 | 11 | 36 | 15 | 53 | 63 | 112 |
| Binary | 11011111 | 11001100 | 10011100 | 0 | 1001 | 11110 | 1101 | 101011 | 110011 | 1001010 |
Color Harmonies of #DFCC9C
Complementary color
Monochromatic Colors of #DFCC9C
Black with #DFCC9C
Text Example
Text Example
White with #DFCC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC9C; }
p { color: rgb(223,204,156); }
H1.HeaderClassName
{
color: #DFCC9C;
}
.AnyTagClassName
{
color: #DFCC9C;
}
</style>
background-color css
<style>
a { background-color: #DFCC9C; }
a { background-color: rgb(223,204,156); }
div.DivClassName
{
background-color: #DFCC9C;
}
.BgClassName
{
background-color: #DFCC9C;
}
</style>
border-color css
<style>
span { border-color: #DFCC9C; }
span { border-color: rgb(223,204,156); }
td.TdClassName
{
border-color: #DFCC9C;
}
.TagClassName
{
border-color: #DFCC9C;
}
</style>