Html Css Color HEX #DDC694 Double Colonial White
📋 copy color: '#DDC694'red 221 ◦ green 198 ◦ blue 148
Shades of Double Colonial White #DDC694
Tints of Double Colonial White #DDC694
RGB
CMYK
RGB Variations
Color information
#DDC694 (or 0xDDC694) is known color: Double Colonial White. HEX triplet: DD, C6 and 94. RGB value is (221,198,148). Sum of RGB (Red+Green+Blue) = 221+198+148=567 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.98% from 567); Green value is 198 (77.73% from 255 or 34.92% from 567); Blue value is 148 (58.20% from 255 or 26.10% from 567); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC694 is #22396B. Grayscale: #C7C7C7. Windows color (decimal): -2242924 or 9750237. OLE color: 9750237.
HSL color Cylindrical-coordinate representation of color #DDC694: hue angle of 41.1º 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 #DDC694 is Cyan = 0, Magento = 0.10, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 198 | 148 | - |
| CMYK | 0 | 0.10 | 0.33 | 0.13 |
| HSL | 41.1º | 0.52% | 0.72% | - |
| HSV(B) | 41.1º | 0.33% | 0.87% | - |
| XYZ | 55.36 | 57.9 | 36.27 | - |
| YUV | 199.18 | 99.12 | 143.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 198 | 148 | 0 | 0.10 | 0.33 | 0.13 | 41.1 | 0.52 | 0.72 |
| Hex | DD | C6 | 94 | 0 | A | 21 | D | 29 | 34 | 48 |
| Octal | 335 | 306 | 224 | 0 | 12 | 41 | 15 | 51 | 64 | 110 |
| Binary | 11011101 | 11000110 | 10010100 | 0 | 1010 | 100001 | 1101 | 101001 | 110100 | 1001000 |
Color Harmonies of #DDC694
Complementary color
Monochromatic Colors of #DDC694
Black with #DDC694
Text Example
Text Example
White with #DDC694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC694; }
p { color: rgb(221,198,148); }
H1.HeaderClassName
{
color: #DDC694;
}
.AnyTagClassName
{
color: #DDC694;
}
</style>
background-color css
<style>
a { background-color: #DDC694; }
a { background-color: rgb(221,198,148); }
div.DivClassName
{
background-color: #DDC694;
}
.BgClassName
{
background-color: #DDC694;
}
</style>
border-color css
<style>
span { border-color: #DDC694; }
span { border-color: rgb(221,198,148); }
td.TdClassName
{
border-color: #DDC694;
}
.TagClassName
{
border-color: #DDC694;
}
</style>