Html Css Color HEX #DFCB9A Double Colonial White
📋 copy color: '#DFCB9A'red 223 ◦ green 203 ◦ blue 154
Shades of Double Colonial White #DFCB9A
Tints of Double Colonial White #DFCB9A
RGB
CMYK
RGB Variations
Color information
#DFCB9A (or 0xDFCB9A) is known color: Double Colonial White. HEX triplet: DF, CB and 9A. RGB value is (223,203,154). Sum of RGB (Red+Green+Blue) = 223+203+154=580 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.45% from 580); Green value is 203 (79.69% from 255 or 35% from 580); Blue value is 154 (60.55% from 255 or 26.55% from 580); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCB9A is #203465. Grayscale: #CBCBCB. Windows color (decimal): -2110566 or 10144735. OLE color: 10144735.
HSL color Cylindrical-coordinate representation of color #DFCB9A: hue angle of 42.61º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DFCB9A is Cyan = 0, Magento = 0.09, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 154 | - |
| CMYK | 0 | 0.09 | 0.31 | 0.13 |
| HSL | 42.61º | 0.52% | 0.74% | - |
| HSV(B) | 42.61º | 0.31% | 0.87% | - |
| XYZ | 57.62 | 60.73 | 39.26 | - |
| YUV | 203.39 | 100.13 | 141.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 154 | 0 | 0.09 | 0.31 | 0.13 | 42.61 | 0.52 | 0.74 |
| Hex | DF | CB | 9A | 0 | 9 | 1F | D | 2B | 34 | 4A |
| Octal | 337 | 313 | 232 | 0 | 11 | 37 | 15 | 53 | 64 | 112 |
| Binary | 11011111 | 11001011 | 10011010 | 0 | 1001 | 11111 | 1101 | 101011 | 110100 | 1001010 |
Color Harmonies of #DFCB9A
Complementary color
Monochromatic Colors of #DFCB9A
Black with #DFCB9A
Text Example
Text Example
White with #DFCB9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB9A; }
p { color: rgb(223,203,154); }
H1.HeaderClassName
{
color: #DFCB9A;
}
.AnyTagClassName
{
color: #DFCB9A;
}
</style>
background-color css
<style>
a { background-color: #DFCB9A; }
a { background-color: rgb(223,203,154); }
div.DivClassName
{
background-color: #DFCB9A;
}
.BgClassName
{
background-color: #DFCB9A;
}
</style>
border-color css
<style>
span { border-color: #DFCB9A; }
span { border-color: rgb(223,203,154); }
td.TdClassName
{
border-color: #DFCB9A;
}
.TagClassName
{
border-color: #DFCB9A;
}
</style>