Html Css Color HEX #DDC693 Double Colonial White
📋 copy color: '#DDC693'red 221 ◦ green 198 ◦ blue 147
Shades of Double Colonial White #DDC693
Tints of Double Colonial White #DDC693
RGB
CMYK
RGB Variations
Color information
#DDC693 (or 0xDDC693) is known color: Double Colonial White. HEX triplet: DD, C6 and 93. RGB value is (221,198,147). Sum of RGB (Red+Green+Blue) = 221+198+147=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 198 (77.73% from 255 or 34.98% from 566); Blue value is 147 (57.81% from 255 or 25.97% from 566); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC693 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC693 is #22396C. Grayscale: #C7C7C7. Windows color (decimal): -2242925 or 9684701. OLE color: 9684701.
HSL color Cylindrical-coordinate representation of color #DDC693: hue angle of 41.35º 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 #DDC693 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 147 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.13 |
| HSL | 41.35º | 0.52% | 0.72% | - |
| HSV(B) | 41.35º | 0.33% | 0.87% | - |
| XYZ | 55.28 | 57.87 | 35.86 | - |
| YUV | 199.06 | 98.62 | 143.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 147 | 0 | 0.10 | 0.33 | 0.13 | 41.35 | 0.52 | 0.72 |
| Hex | DD | C6 | 93 | 0 | A | 21 | D | 29 | 34 | 48 |
| Octal | 335 | 306 | 223 | 0 | 12 | 41 | 15 | 51 | 64 | 110 |
| Binary | 11011101 | 11000110 | 10010011 | 0 | 1010 | 100001 | 1101 | 101001 | 110100 | 1001000 |
Color Harmonies of #DDC693
Complementary color
Monochromatic Colors of #DDC693
Black with #DDC693
Text Example
Text Example
White with #DDC693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC693; }
p { color: rgb(221,198,147); }
H1.HeaderClassName
{
color: #DDC693;
}
.AnyTagClassName
{
color: #DDC693;
}
</style>
background-color css
<style>
a { background-color: #DDC693; }
a { background-color: rgb(221,198,147); }
div.DivClassName
{
background-color: #DDC693;
}
.BgClassName
{
background-color: #DDC693;
}
</style>
border-color css
<style>
span { border-color: #DDC693; }
span { border-color: rgb(221,198,147); }
td.TdClassName
{
border-color: #DDC693;
}
.TagClassName
{
border-color: #DDC693;
}
</style>