Shades of Equator #DDB765
Tints of Equator #DDB765
RGB
CMYK
RGB Variations
Color information
#DDB765 (or 0xDDB765) is known color: Equator. HEX triplet: DD, B7 and 65. RGB value is (221,183,101). Sum of RGB (Red+Green+Blue) = 221+183+101=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 101 (39.84% from 255 or 20% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB765 is #22489A. Grayscale: #B9B9B9. Windows color (decimal): -2246811 or 6666205. OLE color: 6666205.
HSL color Cylindrical-coordinate representation of color #DDB765: hue angle of 41º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDB765 is Cyan = 0, Magento = 0.17, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 101 | - |
| CMYK | 0 | 0.17 | 0.54 | 0.13 |
| HSL | 41º | 0.64% | 0.63% | - |
| HSV(B) | 41º | 0.54% | 0.87% | - |
| XYZ | 49.1 | 50.18 | 19.41 | - |
| YUV | 185.01 | 80.59 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 101 | 0 | 0.17 | 0.54 | 0.13 | 41 | 0.64 | 0.63 |
| Hex | DD | B7 | 65 | 0 | 11 | 36 | D | 29 | 40 | 3F |
| Octal | 335 | 267 | 145 | 0 | 21 | 66 | 15 | 51 | 100 | 77 |
| Binary | 11011101 | 10110111 | 1100101 | 0 | 10001 | 110110 | 1101 | 101001 | 1000000 | 111111 |
Color Harmonies of #DDB765
Complementary color
Monochromatic Colors of #DDB765
Black with #DDB765
Text Example
Text Example
White with #DDB765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB765; }
p { color: rgb(221,183,101); }
H1.HeaderClassName
{
color: #DDB765;
}
.AnyTagClassName
{
color: #DDB765;
}
</style>
background-color css
<style>
a { background-color: #DDB765; }
a { background-color: rgb(221,183,101); }
div.DivClassName
{
background-color: #DDB765;
}
.BgClassName
{
background-color: #DDB765;
}
</style>
border-color css
<style>
span { border-color: #DDB765; }
span { border-color: rgb(221,183,101); }
td.TdClassName
{
border-color: #DDB765;
}
.TagClassName
{
border-color: #DDB765;
}
</style>