Shades of Equator #DDB26D
Tints of Equator #DDB26D
RGB
CMYK
RGB Variations
Color information
#DDB26D (or 0xDDB26D) is known color: Equator. HEX triplet: DD, B2 and 6D. RGB value is (221,178,109). Sum of RGB (Red+Green+Blue) = 221+178+109=508 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.50% from 508); Green value is 178 (69.92% from 255 or 35.04% from 508); Blue value is 109 (42.97% from 255 or 21.46% from 508); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB26D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB26D is #224D92. Grayscale: #B7B7B7. Windows color (decimal): -2248083 or 7189213. OLE color: 7189213.
HSL color Cylindrical-coordinate representation of color #DDB26D: hue angle of 36.96º 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 #DDB26D is Cyan = 0, Magento = 0.19, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 109 | - |
| CMYK | 0 | 0.19 | 0.51 | 0.13 |
| HSL | 36.96º | 0.62% | 0.65% | - |
| HSV(B) | 36.96º | 0.51% | 0.87% | - |
| XYZ | 48.5 | 48.32 | 21.24 | - |
| YUV | 182.99 | 86.25 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 109 | 0 | 0.19 | 0.51 | 0.13 | 36.96 | 0.62 | 0.65 |
| Hex | DD | B2 | 6D | 0 | 13 | 33 | D | 25 | 3E | 41 |
| Octal | 335 | 262 | 155 | 0 | 23 | 63 | 15 | 45 | 76 | 101 |
| Binary | 11011101 | 10110010 | 1101101 | 0 | 10011 | 110011 | 1101 | 100101 | 111110 | 1000001 |
Color Harmonies of #DDB26D
Complementary color
Monochromatic Colors of #DDB26D
Black with #DDB26D
Text Example
Text Example
White with #DDB26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB26D; }
p { color: rgb(221,178,109); }
H1.HeaderClassName
{
color: #DDB26D;
}
.AnyTagClassName
{
color: #DDB26D;
}
</style>
background-color css
<style>
a { background-color: #DDB26D; }
a { background-color: rgb(221,178,109); }
div.DivClassName
{
background-color: #DDB26D;
}
.BgClassName
{
background-color: #DDB26D;
}
</style>
border-color css
<style>
span { border-color: #DDB26D; }
span { border-color: rgb(221,178,109); }
td.TdClassName
{
border-color: #DDB26D;
}
.TagClassName
{
border-color: #DDB26D;
}
</style>