Html Css Color HEX #DDC98F Double Colonial White
📋 copy color: '#DDC98F'red 221 ◦ green 201 ◦ blue 143
Shades of Double Colonial White #DDC98F
Tints of Double Colonial White #DDC98F
RGB
CMYK
RGB Variations
Color information
#DDC98F (or 0xDDC98F) is known color: Double Colonial White. HEX triplet: DD, C9 and 8F. RGB value is (221,201,143). Sum of RGB (Red+Green+Blue) = 221+201+143=565 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.12% from 565); Green value is 201 (78.91% from 255 or 35.58% from 565); Blue value is 143 (56.25% from 255 or 25.31% from 565); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC98F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC98F is #223670. Grayscale: #C8C8C8. Windows color (decimal): -2242161 or 9423325. OLE color: 9423325.
HSL color Cylindrical-coordinate representation of color #DDC98F: hue angle of 44.62º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DDC98F is Cyan = 0, Magento = 0.09, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 201 | 143 | - |
| CMYK | 0 | 0.09 | 0.35 | 0.13 |
| HSL | 44.62º | 0.53% | 0.71% | - |
| HSV(B) | 44.62º | 0.35% | 0.87% | - |
| XYZ | 55.66 | 59.13 | 34.47 | - |
| YUV | 200.37 | 95.63 | 142.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 201 | 143 | 0 | 0.09 | 0.35 | 0.13 | 44.62 | 0.53 | 0.71 |
| Hex | DD | C9 | 8F | 0 | 9 | 23 | D | 2D | 35 | 47 |
| Octal | 335 | 311 | 217 | 0 | 11 | 43 | 15 | 55 | 65 | 107 |
| Binary | 11011101 | 11001001 | 10001111 | 0 | 1001 | 100011 | 1101 | 101101 | 110101 | 1000111 |
Color Harmonies of #DDC98F
Complementary color
Monochromatic Colors of #DDC98F
Black with #DDC98F
Text Example
Text Example
White with #DDC98F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC98F; }
p { color: rgb(221,201,143); }
H1.HeaderClassName
{
color: #DDC98F;
}
.AnyTagClassName
{
color: #DDC98F;
}
</style>
background-color css
<style>
a { background-color: #DDC98F; }
a { background-color: rgb(221,201,143); }
div.DivClassName
{
background-color: #DDC98F;
}
.BgClassName
{
background-color: #DDC98F;
}
</style>
border-color css
<style>
span { border-color: #DDC98F; }
span { border-color: rgb(221,201,143); }
td.TdClassName
{
border-color: #DDC98F;
}
.TagClassName
{
border-color: #DDC98F;
}
</style>