Shades of Equator #DDA968
Tints of Equator #DDA968
RGB
CMYK
RGB Variations
Color information
#DDA968 (or 0xDDA968) is known color: Equator. HEX triplet: DD, A9 and 68. RGB value is (221,169,104). Sum of RGB (Red+Green+Blue) = 221+169+104=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 169 (66.41% from 255 or 34.21% from 494); Blue value is 104 (41.02% from 255 or 21.05% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDA968 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDA968 is #225697. Grayscale: #B1B1B1. Windows color (decimal): -2250392 or 6859229. OLE color: 6859229.
HSL color Cylindrical-coordinate representation of color #DDA968: hue angle of 33.33º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDA968 is Cyan = 0, Magento = 0.24, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 169 | 104 | - |
| CMYK | 0 | 0.24 | 0.53 | 0.13 |
| HSL | 33.33º | 0.63% | 0.64% | - |
| HSV(B) | 33.33º | 0.53% | 0.87% | - |
| XYZ | 46.51 | 44.75 | 19.28 | - |
| YUV | 177.14 | 86.73 | 159.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 169 | 104 | 0 | 0.24 | 0.53 | 0.13 | 33.33 | 0.63 | 0.64 |
| Hex | DD | A9 | 68 | 0 | 18 | 35 | D | 21 | 3F | 40 |
| Octal | 335 | 251 | 150 | 0 | 30 | 65 | 15 | 41 | 77 | 100 |
| Binary | 11011101 | 10101001 | 1101000 | 0 | 11000 | 110101 | 1101 | 100001 | 111111 | 1000000 |
Color Harmonies of #DDA968
Complementary color
Monochromatic Colors of #DDA968
Black with #DDA968
Text Example
Text Example
White with #DDA968
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDA968; }
p { color: rgb(221,169,104); }
H1.HeaderClassName
{
color: #DDA968;
}
.AnyTagClassName
{
color: #DDA968;
}
</style>
background-color css
<style>
a { background-color: #DDA968; }
a { background-color: rgb(221,169,104); }
div.DivClassName
{
background-color: #DDA968;
}
.BgClassName
{
background-color: #DDA968;
}
</style>
border-color css
<style>
span { border-color: #DDA968; }
span { border-color: rgb(221,169,104); }
td.TdClassName
{
border-color: #DDA968;
}
.TagClassName
{
border-color: #DDA968;
}
</style>