Html Css Color HEX #DFCB8F Double Colonial White
📋 copy color: '#DFCB8F'red 223 ◦ green 203 ◦ blue 143
Shades of Double Colonial White #DFCB8F
Tints of Double Colonial White #DFCB8F
RGB
CMYK
RGB Variations
Color information
#DFCB8F (or 0xDFCB8F) is known color: Double Colonial White. HEX triplet: DF, CB and 8F. RGB value is (223,203,143). Sum of RGB (Red+Green+Blue) = 223+203+143=569 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.19% from 569); Green value is 203 (79.69% from 255 or 35.68% from 569); Blue value is 143 (56.25% from 255 or 25.13% from 569); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB8F is #203470. Grayscale: #CACACA. Windows color (decimal): -2110577 or 9423839. OLE color: 9423839.
HSL color Cylindrical-coordinate representation of color #DFCB8F: hue angle of 45º 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 #DFCB8F is Cyan = 0, Magento = 0.09, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 143 | - |
| CMYK | 0 | 0.09 | 0.36 | 0.13 |
| HSL | 45º | 0.56% | 0.72% | - |
| HSV(B) | 45º | 0.36% | 0.87% | - |
| XYZ | 56.75 | 60.38 | 34.65 | - |
| YUV | 202.14 | 94.63 | 142.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 143 | 0 | 0.09 | 0.36 | 0.13 | 45 | 0.56 | 0.72 |
| Hex | DF | CB | 8F | 0 | 9 | 24 | D | 2D | 38 | 48 |
| Octal | 337 | 313 | 217 | 0 | 11 | 44 | 15 | 55 | 70 | 110 |
| Binary | 11011111 | 11001011 | 10001111 | 0 | 1001 | 100100 | 1101 | 101101 | 111000 | 1001000 |
Color Harmonies of #DFCB8F
Complementary color
Monochromatic Colors of #DFCB8F
Black with #DFCB8F
Text Example
Text Example
White with #DFCB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB8F; }
p { color: rgb(223,203,143); }
H1.HeaderClassName
{
color: #DFCB8F;
}
.AnyTagClassName
{
color: #DFCB8F;
}
</style>
background-color css
<style>
a { background-color: #DFCB8F; }
a { background-color: rgb(223,203,143); }
div.DivClassName
{
background-color: #DFCB8F;
}
.BgClassName
{
background-color: #DFCB8F;
}
</style>
border-color css
<style>
span { border-color: #DFCB8F; }
span { border-color: rgb(223,203,143); }
td.TdClassName
{
border-color: #DFCB8F;
}
.TagClassName
{
border-color: #DFCB8F;
}
</style>