Shades of Equator #DDB36C
Tints of Equator #DDB36C
RGB
CMYK
RGB Variations
Color information
#DDB36C (or 0xDDB36C) is known color: Equator. HEX triplet: DD, B3 and 6C. RGB value is (221,179,108). Sum of RGB (Red+Green+Blue) = 221+179+108=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 179 (70.31% from 255 or 35.24% from 508); Blue value is 108 (42.58% from 255 or 21.26% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB36C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB36C is #224C93. Grayscale: #B7B7B7. Windows color (decimal): -2247828 or 7123933. OLE color: 7123933.
HSL color Cylindrical-coordinate representation of color #DDB36C: hue angle of 37.7º 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 #DDB36C is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 108 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.13 |
| HSL | 37.7º | 0.62% | 0.65% | - |
| HSV(B) | 37.7º | 0.51% | 0.87% | - |
| XYZ | 48.65 | 48.7 | 21.02 | - |
| YUV | 183.46 | 85.41 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 108 | 0 | 0.19 | 0.51 | 0.13 | 37.7 | 0.62 | 0.65 |
| Hex | DD | B3 | 6C | 0 | 13 | 33 | D | 26 | 3E | 41 |
| Octal | 335 | 263 | 154 | 0 | 23 | 63 | 15 | 46 | 76 | 101 |
| Binary | 11011101 | 10110011 | 1101100 | 0 | 10011 | 110011 | 1101 | 100110 | 111110 | 1000001 |
Color Harmonies of #DDB36C
Complementary color
Monochromatic Colors of #DDB36C
Black with #DDB36C
Text Example
Text Example
White with #DDB36C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB36C; }
p { color: rgb(221,179,108); }
H1.HeaderClassName
{
color: #DDB36C;
}
.AnyTagClassName
{
color: #DDB36C;
}
</style>
background-color css
<style>
a { background-color: #DDB36C; }
a { background-color: rgb(221,179,108); }
div.DivClassName
{
background-color: #DDB36C;
}
.BgClassName
{
background-color: #DDB36C;
}
</style>
border-color css
<style>
span { border-color: #DDB36C; }
span { border-color: rgb(221,179,108); }
td.TdClassName
{
border-color: #DDB36C;
}
.TagClassName
{
border-color: #DDB36C;
}
</style>