Shades of Equator #DDB069
Tints of Equator #DDB069
RGB
CMYK
RGB Variations
Color information
#DDB069 (or 0xDDB069) is known color: Equator. HEX triplet: DD, B0 and 69. RGB value is (221,176,105). Sum of RGB (Red+Green+Blue) = 221+176+105=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 176 (69.14% from 255 or 35.06% from 502); Blue value is 105 (41.41% from 255 or 20.92% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB069 is #224F96. Grayscale: #B5B5B5. Windows color (decimal): -2248599 or 6926557. OLE color: 6926557.
HSL color Cylindrical-coordinate representation of color #DDB069: hue angle of 36.72º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDB069 is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 105 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.13 |
| HSL | 36.72º | 0.63% | 0.64% | - |
| HSV(B) | 36.72º | 0.52% | 0.87% | - |
| XYZ | 47.89 | 47.44 | 20 | - |
| YUV | 181.36 | 84.91 | 156.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 105 | 0 | 0.20 | 0.52 | 0.13 | 36.72 | 0.63 | 0.64 |
| Hex | DD | B0 | 69 | 0 | 14 | 34 | D | 25 | 3F | 40 |
| Octal | 335 | 260 | 151 | 0 | 24 | 64 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10110000 | 1101001 | 0 | 10100 | 110100 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDB069
Complementary color
Monochromatic Colors of #DDB069
Black with #DDB069
Text Example
Text Example
White with #DDB069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB069; }
p { color: rgb(221,176,105); }
H1.HeaderClassName
{
color: #DDB069;
}
.AnyTagClassName
{
color: #DDB069;
}
</style>
background-color css
<style>
a { background-color: #DDB069; }
a { background-color: rgb(221,176,105); }
div.DivClassName
{
background-color: #DDB069;
}
.BgClassName
{
background-color: #DDB069;
}
</style>
border-color css
<style>
span { border-color: #DDB069; }
span { border-color: rgb(221,176,105); }
td.TdClassName
{
border-color: #DDB069;
}
.TagClassName
{
border-color: #DDB069;
}
</style>