Shades of Equator #DDB76B
Tints of Equator #DDB76B
RGB
CMYK
RGB Variations
Color information
#DDB76B (or 0xDDB76B) is known color: Equator. HEX triplet: DD, B7 and 6B. RGB value is (221,183,107). Sum of RGB (Red+Green+Blue) = 221+183+107=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 183 (71.88% from 255 or 35.81% from 511); Blue value is 107 (42.19% from 255 or 20.94% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB76B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB76B is #224894. Grayscale: #BABABA. Windows color (decimal): -2246805 or 7059421. OLE color: 7059421.
HSL color Cylindrical-coordinate representation of color #DDB76B: hue angle of 40º 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 #DDB76B is Cyan = 0, Magento = 0.17, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 107 | - |
| CMYK | 0 | 0.17 | 0.52 | 0.13 |
| HSL | 40º | 0.63% | 0.64% | - |
| HSV(B) | 40º | 0.52% | 0.87% | - |
| XYZ | 49.41 | 50.3 | 21.01 | - |
| YUV | 185.7 | 83.59 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 107 | 0 | 0.17 | 0.52 | 0.13 | 40 | 0.63 | 0.64 |
| Hex | DD | B7 | 6B | 0 | 11 | 34 | D | 28 | 3F | 40 |
| Octal | 335 | 267 | 153 | 0 | 21 | 64 | 15 | 50 | 77 | 100 |
| Binary | 11011101 | 10110111 | 1101011 | 0 | 10001 | 110100 | 1101 | 101000 | 111111 | 1000000 |
Color Harmonies of #DDB76B
Complementary color
Monochromatic Colors of #DDB76B
Black with #DDB76B
Text Example
Text Example
White with #DDB76B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB76B; }
p { color: rgb(221,183,107); }
H1.HeaderClassName
{
color: #DDB76B;
}
.AnyTagClassName
{
color: #DDB76B;
}
</style>
background-color css
<style>
a { background-color: #DDB76B; }
a { background-color: rgb(221,183,107); }
div.DivClassName
{
background-color: #DDB76B;
}
.BgClassName
{
background-color: #DDB76B;
}
</style>
border-color css
<style>
span { border-color: #DDB76B; }
span { border-color: rgb(221,183,107); }
td.TdClassName
{
border-color: #DDB76B;
}
.TagClassName
{
border-color: #DDB76B;
}
</style>