Html Css Color HEX #DFCB93 Double Colonial White
📋 copy color: '#DFCB93'red 223 ◦ green 203 ◦ blue 147
Shades of Double Colonial White #DFCB93
Tints of Double Colonial White #DFCB93
RGB
CMYK
RGB Variations
Color information
#DFCB93 (or 0xDFCB93) is known color: Double Colonial White. HEX triplet: DF, CB and 93. RGB value is (223,203,147). Sum of RGB (Red+Green+Blue) = 223+203+147=573 (75% of max value = 765). Red value is 223 (87.5% from 255 or 38.92% from 573); Green value is 203 (79.69% from 255 or 35.43% from 573); Blue value is 147 (57.81% from 255 or 25.65% from 573); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB93 is #20346C. Grayscale: #CACACA. Windows color (decimal): -2110573 or 9685983. OLE color: 9685983.
HSL color Cylindrical-coordinate representation of color #DFCB93: hue angle of 44.21º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DFCB93 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 147 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.13 |
| HSL | 44.21º | 0.54% | 0.73% | - |
| HSV(B) | 44.21º | 0.34% | 0.87% | - |
| XYZ | 57.05 | 60.51 | 36.28 | - |
| YUV | 202.6 | 96.63 | 142.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 147 | 0 | 0.09 | 0.34 | 0.13 | 44.21 | 0.54 | 0.73 |
| Hex | DF | CB | 93 | 0 | 9 | 22 | D | 2C | 36 | 49 |
| Octal | 337 | 313 | 223 | 0 | 11 | 42 | 15 | 54 | 66 | 111 |
| Binary | 11011111 | 11001011 | 10010011 | 0 | 1001 | 100010 | 1101 | 101100 | 110110 | 1001001 |
Color Harmonies of #DFCB93
Complementary color
Monochromatic Colors of #DFCB93
Black with #DFCB93
Text Example
Text Example
White with #DFCB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB93; }
p { color: rgb(223,203,147); }
H1.HeaderClassName
{
color: #DFCB93;
}
.AnyTagClassName
{
color: #DFCB93;
}
</style>
background-color css
<style>
a { background-color: #DFCB93; }
a { background-color: rgb(223,203,147); }
div.DivClassName
{
background-color: #DFCB93;
}
.BgClassName
{
background-color: #DFCB93;
}
</style>
border-color css
<style>
span { border-color: #DFCB93; }
span { border-color: rgb(223,203,147); }
td.TdClassName
{
border-color: #DFCB93;
}
.TagClassName
{
border-color: #DFCB93;
}
</style>