Html Css Color HEX #DFCC93 Double Colonial White
📋 copy color: '#DFCC93'red 223 ◦ green 204 ◦ blue 147
Shades of Double Colonial White #DFCC93
Tints of Double Colonial White #DFCC93
RGB
CMYK
RGB Variations
Color information
#DFCC93 (or 0xDFCC93) is known color: Double Colonial White. HEX triplet: DF, CC and 93. RGB value is (223,204,147). Sum of RGB (Red+Green+Blue) = 223+204+147=574 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.85% from 574); Green value is 204 (80.08% from 255 or 35.54% from 574); Blue value is 147 (57.81% from 255 or 25.61% from 574); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCC93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFCC93 is #20336C. Grayscale: #CBCBCB. Windows color (decimal): -2110317 or 9686239. OLE color: 9686239.
HSL color Cylindrical-coordinate representation of color #DFCC93: hue angle of 45º 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 #DFCC93 is Cyan = 0, Magento = 0.09, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 204 | 147 | - |
| CMYK | 0 | 0.09 | 0.34 | 0.13 |
| HSL | 45º | 0.54% | 0.73% | - |
| HSV(B) | 45º | 0.34% | 0.87% | - |
| XYZ | 57.29 | 60.98 | 36.35 | - |
| YUV | 203.18 | 96.29 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 204 | 147 | 0 | 0.09 | 0.34 | 0.13 | 45 | 0.54 | 0.73 |
| Hex | DF | CC | 93 | 0 | 9 | 22 | D | 2D | 36 | 49 |
| Octal | 337 | 314 | 223 | 0 | 11 | 42 | 15 | 55 | 66 | 111 |
| Binary | 11011111 | 11001100 | 10010011 | 0 | 1001 | 100010 | 1101 | 101101 | 110110 | 1001001 |
Color Harmonies of #DFCC93
Complementary color
Monochromatic Colors of #DFCC93
Black with #DFCC93
Text Example
Text Example
White with #DFCC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCC93; }
p { color: rgb(223,204,147); }
H1.HeaderClassName
{
color: #DFCC93;
}
.AnyTagClassName
{
color: #DFCC93;
}
</style>
background-color css
<style>
a { background-color: #DFCC93; }
a { background-color: rgb(223,204,147); }
div.DivClassName
{
background-color: #DFCC93;
}
.BgClassName
{
background-color: #DFCC93;
}
</style>
border-color css
<style>
span { border-color: #DFCC93; }
span { border-color: rgb(223,204,147); }
td.TdClassName
{
border-color: #DFCC93;
}
.TagClassName
{
border-color: #DFCC93;
}
</style>