Shades of Equator #DDB16C
Tints of Equator #DDB16C
RGB
CMYK
RGB Variations
Color information
#DDB16C (or 0xDDB16C) is known color: Equator. HEX triplet: DD, B1 and 6C. RGB value is (221,177,108). Sum of RGB (Red+Green+Blue) = 221+177+108=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 177 (69.53% from 255 or 34.98% from 506); Blue value is 108 (42.58% from 255 or 21.34% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB16C is #224E93. Grayscale: #B6B6B6. Windows color (decimal): -2248340 or 7123421. OLE color: 7123421.
HSL color Cylindrical-coordinate representation of color #DDB16C: hue angle of 36.64º 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 #DDB16C is Cyan = 0, Magento = 0.20, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 108 | - |
| CMYK | 0 | 0.20 | 0.51 | 0.13 |
| HSL | 36.64º | 0.62% | 0.65% | - |
| HSV(B) | 36.64º | 0.51% | 0.87% | - |
| XYZ | 48.25 | 47.9 | 20.89 | - |
| YUV | 182.29 | 86.08 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 108 | 0 | 0.20 | 0.51 | 0.13 | 36.64 | 0.62 | 0.65 |
| Hex | DD | B1 | 6C | 0 | 14 | 33 | D | 25 | 3E | 41 |
| Octal | 335 | 261 | 154 | 0 | 24 | 63 | 15 | 45 | 76 | 101 |
| Binary | 11011101 | 10110001 | 1101100 | 0 | 10100 | 110011 | 1101 | 100101 | 111110 | 1000001 |
Color Harmonies of #DDB16C
Complementary color
Monochromatic Colors of #DDB16C
Black with #DDB16C
Text Example
Text Example
White with #DDB16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB16C; }
p { color: rgb(221,177,108); }
H1.HeaderClassName
{
color: #DDB16C;
}
.AnyTagClassName
{
color: #DDB16C;
}
</style>
background-color css
<style>
a { background-color: #DDB16C; }
a { background-color: rgb(221,177,108); }
div.DivClassName
{
background-color: #DDB16C;
}
.BgClassName
{
background-color: #DDB16C;
}
</style>
border-color css
<style>
span { border-color: #DDB16C; }
span { border-color: rgb(221,177,108); }
td.TdClassName
{
border-color: #DDB16C;
}
.TagClassName
{
border-color: #DDB16C;
}
</style>