Shades of Equator #DDB265
Tints of Equator #DDB265
RGB
CMYK
RGB Variations
Color information
#DDB265 (or 0xDDB265) is known color: Equator. HEX triplet: DD, B2 and 65. RGB value is (221,178,101). Sum of RGB (Red+Green+Blue) = 221+178+101=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 178 (69.92% from 255 or 35.6% from 500); Blue value is 101 (39.84% from 255 or 20.2% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB265 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB265 is #224D9A. Grayscale: #B6B6B6. Windows color (decimal): -2248091 or 6664925. OLE color: 6664925.
HSL color Cylindrical-coordinate representation of color #DDB265: hue angle of 38.5º 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 #DDB265 is Cyan = 0, Magento = 0.19, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 101 | - |
| CMYK | 0 | 0.19 | 0.54 | 0.13 |
| HSL | 38.5º | 0.64% | 0.63% | - |
| HSV(B) | 38.5º | 0.54% | 0.87% | - |
| XYZ | 48.09 | 48.15 | 19.07 | - |
| YUV | 182.08 | 82.25 | 155.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 101 | 0 | 0.19 | 0.54 | 0.13 | 38.5 | 0.64 | 0.63 |
| Hex | DD | B2 | 65 | 0 | 13 | 36 | D | 26 | 40 | 3F |
| Octal | 335 | 262 | 145 | 0 | 23 | 66 | 15 | 46 | 100 | 77 |
| Binary | 11011101 | 10110010 | 1100101 | 0 | 10011 | 110110 | 1101 | 100110 | 1000000 | 111111 |
Color Harmonies of #DDB265
Complementary color
Monochromatic Colors of #DDB265
Black with #DDB265
Text Example
Text Example
White with #DDB265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB265; }
p { color: rgb(221,178,101); }
H1.HeaderClassName
{
color: #DDB265;
}
.AnyTagClassName
{
color: #DDB265;
}
</style>
background-color css
<style>
a { background-color: #DDB265; }
a { background-color: rgb(221,178,101); }
div.DivClassName
{
background-color: #DDB265;
}
.BgClassName
{
background-color: #DDB265;
}
</style>
border-color css
<style>
span { border-color: #DDB265; }
span { border-color: rgb(221,178,101); }
td.TdClassName
{
border-color: #DDB265;
}
.TagClassName
{
border-color: #DDB265;
}
</style>