Html Css Color HEX #DFCB9B Double Colonial White
📋 copy color: '#DFCB9B'red 223 ◦ green 203 ◦ blue 155
Shades of Double Colonial White #DFCB9B
Tints of Double Colonial White #DFCB9B
RGB
CMYK
RGB Variations
Color information
#DFCB9B (or 0xDFCB9B) is known color: Double Colonial White. HEX triplet: DF, CB and 9B. RGB value is (223,203,155). Sum of RGB (Red+Green+Blue) = 223+203+155=581 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.38% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB9B is #203464. Grayscale: #CBCBCB. Windows color (decimal): -2110565 or 10210271. OLE color: 10210271.
HSL color Cylindrical-coordinate representation of color #DFCB9B: hue angle of 42.35º degrees, saturation: 0.52, 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 #DFCB9B is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 155 | - |
| CMYK | 0 | 0.09 | 0.30 | 0.13 |
| HSL | 42.35º | 0.52% | 0.74% | - |
| HSV(B) | 42.35º | 0.3% | 0.87% | - |
| XYZ | 57.7 | 60.77 | 39.7 | - |
| YUV | 203.51 | 100.63 | 141.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 155 | 0 | 0.09 | 0.30 | 0.13 | 42.35 | 0.52 | 0.74 |
| Hex | DF | CB | 9B | 0 | 9 | 1E | D | 2A | 34 | 4A |
| Octal | 337 | 313 | 233 | 0 | 11 | 36 | 15 | 52 | 64 | 112 |
| Binary | 11011111 | 11001011 | 10011011 | 0 | 1001 | 11110 | 1101 | 101010 | 110100 | 1001010 |
Color Harmonies of #DFCB9B
Complementary color
Monochromatic Colors of #DFCB9B
Black with #DFCB9B
Text Example
Text Example
White with #DFCB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB9B; }
p { color: rgb(223,203,155); }
H1.HeaderClassName
{
color: #DFCB9B;
}
.AnyTagClassName
{
color: #DFCB9B;
}
</style>
background-color css
<style>
a { background-color: #DFCB9B; }
a { background-color: rgb(223,203,155); }
div.DivClassName
{
background-color: #DFCB9B;
}
.BgClassName
{
background-color: #DFCB9B;
}
</style>
border-color css
<style>
span { border-color: #DFCB9B; }
span { border-color: rgb(223,203,155); }
td.TdClassName
{
border-color: #DFCB9B;
}
.TagClassName
{
border-color: #DFCB9B;
}
</style>