Html Css Color HEX #DFCB8E Double Colonial White
📋 copy color: '#DFCB8E'red 223 ◦ green 203 ◦ blue 142
Shades of Double Colonial White #DFCB8E
Tints of Double Colonial White #DFCB8E
RGB
CMYK
RGB Variations
Color information
#DFCB8E (or 0xDFCB8E) is known color: Double Colonial White. HEX triplet: DF, CB and 8E. RGB value is (223,203,142). Sum of RGB (Red+Green+Blue) = 223+203+142=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 203 (79.69% from 255 or 35.74% from 568); Blue value is 142 (55.86% from 255 or 25% from 568); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB8E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB8E is #203471. Grayscale: #CACACA. Windows color (decimal): -2110578 or 9358303. OLE color: 9358303.
HSL color Cylindrical-coordinate representation of color #DFCB8E: hue angle of 45.19º 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 #DFCB8E is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 142 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.13 |
| HSL | 45.19º | 0.56% | 0.72% | - |
| HSV(B) | 45.19º | 0.36% | 0.87% | - |
| XYZ | 56.67 | 60.35 | 34.25 | - |
| YUV | 202.03 | 94.13 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 142 | 0 | 0.09 | 0.36 | 0.13 | 45.19 | 0.56 | 0.72 |
| Hex | DF | CB | 8E | 0 | 9 | 24 | D | 2D | 38 | 48 |
| Octal | 337 | 313 | 216 | 0 | 11 | 44 | 15 | 55 | 70 | 110 |
| Binary | 11011111 | 11001011 | 10001110 | 0 | 1001 | 100100 | 1101 | 101101 | 111000 | 1001000 |
Color Harmonies of #DFCB8E
Complementary color
Monochromatic Colors of #DFCB8E
Black with #DFCB8E
Text Example
Text Example
White with #DFCB8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB8E; }
p { color: rgb(223,203,142); }
H1.HeaderClassName
{
color: #DFCB8E;
}
.AnyTagClassName
{
color: #DFCB8E;
}
</style>
background-color css
<style>
a { background-color: #DFCB8E; }
a { background-color: rgb(223,203,142); }
div.DivClassName
{
background-color: #DFCB8E;
}
.BgClassName
{
background-color: #DFCB8E;
}
</style>
border-color css
<style>
span { border-color: #DFCB8E; }
span { border-color: rgb(223,203,142); }
td.TdClassName
{
border-color: #DFCB8E;
}
.TagClassName
{
border-color: #DFCB8E;
}
</style>