Html Css Color HEX #DDC993 Double Colonial White
📋 copy color: '#DDC993'red 221 ◦ green 201 ◦ blue 147
Shades of Double Colonial White #DDC993
Tints of Double Colonial White #DDC993
RGB
CMYK
RGB Variations
Color information
#DDC993 (or 0xDDC993) is known color: Double Colonial White. HEX triplet: DD, C9 and 93. RGB value is (221,201,147). Sum of RGB (Red+Green+Blue) = 221+201+147=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 201 (78.91% from 255 or 35.33% from 569); Blue value is 147 (57.81% from 255 or 25.83% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC993 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC993 is #22366C. Grayscale: #C9C9C9. Windows color (decimal): -2242157 or 9685469. OLE color: 9685469.
HSL color Cylindrical-coordinate representation of color #DDC993: hue angle of 43.78º degrees, saturation: 0.52, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DDC993 is Cyan = 0, Magento = 0.09, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 147 | - |
| CMYK | 0 | 0.09 | 0.33 | 0.13 |
| HSL | 43.78º | 0.52% | 0.72% | - |
| HSV(B) | 43.78º | 0.33% | 0.87% | - |
| XYZ | 55.97 | 59.25 | 36.09 | - |
| YUV | 200.82 | 97.63 | 142.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 147 | 0 | 0.09 | 0.33 | 0.13 | 43.78 | 0.52 | 0.72 |
| Hex | DD | C9 | 93 | 0 | 9 | 21 | D | 2C | 34 | 48 |
| Octal | 335 | 311 | 223 | 0 | 11 | 41 | 15 | 54 | 64 | 110 |
| Binary | 11011101 | 11001001 | 10010011 | 0 | 1001 | 100001 | 1101 | 101100 | 110100 | 1001000 |
Color Harmonies of #DDC993
Complementary color
Monochromatic Colors of #DDC993
Black with #DDC993
Text Example
Text Example
White with #DDC993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC993; }
p { color: rgb(221,201,147); }
H1.HeaderClassName
{
color: #DDC993;
}
.AnyTagClassName
{
color: #DDC993;
}
</style>
background-color css
<style>
a { background-color: #DDC993; }
a { background-color: rgb(221,201,147); }
div.DivClassName
{
background-color: #DDC993;
}
.BgClassName
{
background-color: #DDC993;
}
</style>
border-color css
<style>
span { border-color: #DDC993; }
span { border-color: rgb(221,201,147); }
td.TdClassName
{
border-color: #DDC993;
}
.TagClassName
{
border-color: #DDC993;
}
</style>