Shades of Equator #DDB06A
Tints of Equator #DDB06A
RGB
CMYK
RGB Variations
Color information
#DDB06A (or 0xDDB06A) is known color: Equator. HEX triplet: DD, B0 and 6A. RGB value is (221,176,106). Sum of RGB (Red+Green+Blue) = 221+176+106=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 176 (69.14% from 255 or 34.99% from 503); Blue value is 106 (41.80% from 255 or 21.07% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06A is #224F95. Grayscale: #B5B5B5. Windows color (decimal): -2248598 or 6992093. OLE color: 6992093.
HSL color Cylindrical-coordinate representation of color #DDB06A: hue angle of 36.52º 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 #DDB06A is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 106 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.13 |
| HSL | 36.52º | 0.63% | 0.64% | - |
| HSV(B) | 36.52º | 0.52% | 0.87% | - |
| XYZ | 47.95 | 47.46 | 20.27 | - |
| YUV | 181.48 | 85.41 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 106 | 0 | 0.20 | 0.52 | 0.13 | 36.52 | 0.63 | 0.64 |
| Hex | DD | B0 | 6A | 0 | 14 | 34 | D | 25 | 3F | 40 |
| Octal | 335 | 260 | 152 | 0 | 24 | 64 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10110000 | 1101010 | 0 | 10100 | 110100 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDB06A
Complementary color
Monochromatic Colors of #DDB06A
Black with #DDB06A
Text Example
Text Example
White with #DDB06A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB06A; }
p { color: rgb(221,176,106); }
H1.HeaderClassName
{
color: #DDB06A;
}
.AnyTagClassName
{
color: #DDB06A;
}
</style>
background-color css
<style>
a { background-color: #DDB06A; }
a { background-color: rgb(221,176,106); }
div.DivClassName
{
background-color: #DDB06A;
}
.BgClassName
{
background-color: #DDB06A;
}
</style>
border-color css
<style>
span { border-color: #DDB06A; }
span { border-color: rgb(221,176,106); }
td.TdClassName
{
border-color: #DDB06A;
}
.TagClassName
{
border-color: #DDB06A;
}
</style>