Shades of Equator #DDB764
Tints of Equator #DDB764
RGB
CMYK
RGB Variations
Color information
#DDB764 (or 0xDDB764) is known color: Equator. HEX triplet: DD, B7 and 64. RGB value is (221,183,100). Sum of RGB (Red+Green+Blue) = 221+183+100=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 100 (39.45% from 255 or 19.84% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB764 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB764 is #22489B. Grayscale: #B9B9B9. Windows color (decimal): -2246812 or 6600669. OLE color: 6600669.
HSL color Cylindrical-coordinate representation of color #DDB764: hue angle of 41.16º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DDB764 is Cyan = 0, Magento = 0.17, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 100 | - |
| CMYK | 0 | 0.17 | 0.55 | 0.13 |
| HSL | 41.16º | 0.64% | 0.63% | - |
| HSV(B) | 41.16º | 0.55% | 0.87% | - |
| XYZ | 49.05 | 50.16 | 19.15 | - |
| YUV | 184.9 | 80.09 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 100 | 0 | 0.17 | 0.55 | 0.13 | 41.16 | 0.64 | 0.63 |
| Hex | DD | B7 | 64 | 0 | 11 | 37 | D | 29 | 40 | 3F |
| Octal | 335 | 267 | 144 | 0 | 21 | 67 | 15 | 51 | 100 | 77 |
| Binary | 11011101 | 10110111 | 1100100 | 0 | 10001 | 110111 | 1101 | 101001 | 1000000 | 111111 |
Color Harmonies of #DDB764
Complementary color
Monochromatic Colors of #DDB764
Black with #DDB764
Text Example
Text Example
White with #DDB764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB764; }
p { color: rgb(221,183,100); }
H1.HeaderClassName
{
color: #DDB764;
}
.AnyTagClassName
{
color: #DDB764;
}
</style>
background-color css
<style>
a { background-color: #DDB764; }
a { background-color: rgb(221,183,100); }
div.DivClassName
{
background-color: #DDB764;
}
.BgClassName
{
background-color: #DDB764;
}
</style>
border-color css
<style>
span { border-color: #DDB764; }
span { border-color: rgb(221,183,100); }
td.TdClassName
{
border-color: #DDB764;
}
.TagClassName
{
border-color: #DDB764;
}
</style>