Shades of Equator #DDB66C
Tints of Equator #DDB66C
RGB
CMYK
RGB Variations
Color information
#DDB66C (or 0xDDB66C) is known color: Equator. HEX triplet: DD, B6 and 6C. RGB value is (221,182,108). Sum of RGB (Red+Green+Blue) = 221+182+108=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 108 (42.58% from 255 or 21.14% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB66C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB66C is #224993. Grayscale: #B9B9B9. Windows color (decimal): -2247060 or 7124701. OLE color: 7124701.
HSL color Cylindrical-coordinate representation of color #DDB66C: hue angle of 39.29º 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 #DDB66C is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 108 | - |
| CMYK | 0 | 0.18 | 0.51 | 0.13 |
| HSL | 39.29º | 0.62% | 0.65% | - |
| HSV(B) | 39.29º | 0.51% | 0.87% | - |
| XYZ | 49.25 | 49.91 | 21.23 | - |
| YUV | 185.23 | 84.42 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 108 | 0 | 0.18 | 0.51 | 0.13 | 39.29 | 0.62 | 0.65 |
| Hex | DD | B6 | 6C | 0 | 12 | 33 | D | 27 | 3E | 41 |
| Octal | 335 | 266 | 154 | 0 | 22 | 63 | 15 | 47 | 76 | 101 |
| Binary | 11011101 | 10110110 | 1101100 | 0 | 10010 | 110011 | 1101 | 100111 | 111110 | 1000001 |
Color Harmonies of #DDB66C
Complementary color
Monochromatic Colors of #DDB66C
Black with #DDB66C
Text Example
Text Example
White with #DDB66C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB66C; }
p { color: rgb(221,182,108); }
H1.HeaderClassName
{
color: #DDB66C;
}
.AnyTagClassName
{
color: #DDB66C;
}
</style>
background-color css
<style>
a { background-color: #DDB66C; }
a { background-color: rgb(221,182,108); }
div.DivClassName
{
background-color: #DDB66C;
}
.BgClassName
{
background-color: #DDB66C;
}
</style>
border-color css
<style>
span { border-color: #DDB66C; }
span { border-color: rgb(221,182,108); }
td.TdClassName
{
border-color: #DDB66C;
}
.TagClassName
{
border-color: #DDB66C;
}
</style>