Shades of Equator #DDB06C
Tints of Equator #DDB06C
RGB
CMYK
RGB Variations
Color information
#DDB06C (or 0xDDB06C) is known color: Equator. HEX triplet: DD, B0 and 6C. RGB value is (221,176,108). Sum of RGB (Red+Green+Blue) = 221+176+108=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 176 (69.14% from 255 or 34.85% from 505); Blue value is 108 (42.58% from 255 or 21.39% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06C is #224F93. Grayscale: #B6B6B6. Windows color (decimal): -2248596 or 7123165. OLE color: 7123165.
HSL color Cylindrical-coordinate representation of color #DDB06C: hue angle of 36.11º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DDB06C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 108 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.13 |
| HSL | 36.11º | 0.62% | 0.65% | - |
| HSV(B) | 36.11º | 0.51% | 0.87% | - |
| XYZ | 48.05 | 47.51 | 20.82 | - |
| YUV | 181.7 | 86.41 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 108 | 0 | 0.20 | 0.51 | 0.13 | 36.11 | 0.62 | 0.65 |
| Hex | DD | B0 | 6C | 0 | 14 | 33 | D | 24 | 3E | 41 |
| Octal | 335 | 260 | 154 | 0 | 24 | 63 | 15 | 44 | 76 | 101 |
| Binary | 11011101 | 10110000 | 1101100 | 0 | 10100 | 110011 | 1101 | 100100 | 111110 | 1000001 |
Color Harmonies of #DDB06C
Complementary color
Monochromatic Colors of #DDB06C
Black with #DDB06C
Text Example
Text Example
White with #DDB06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB06C; }
p { color: rgb(221,176,108); }
H1.HeaderClassName
{
color: #DDB06C;
}
.AnyTagClassName
{
color: #DDB06C;
}
</style>
background-color css
<style>
a { background-color: #DDB06C; }
a { background-color: rgb(221,176,108); }
div.DivClassName
{
background-color: #DDB06C;
}
.BgClassName
{
background-color: #DDB06C;
}
</style>
border-color css
<style>
span { border-color: #DDB06C; }
span { border-color: rgb(221,176,108); }
td.TdClassName
{
border-color: #DDB06C;
}
.TagClassName
{
border-color: #DDB06C;
}
</style>