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