Shades of Equator #DDB16B
Tints of Equator #DDB16B
RGB
CMYK
RGB Variations
Color information
#DDB16B (or 0xDDB16B) is known color: Equator. HEX triplet: DD, B1 and 6B. RGB value is (221,177,107). Sum of RGB (Red+Green+Blue) = 221+177+107=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 177 (69.53% from 255 or 35.05% from 505); Blue value is 107 (42.19% from 255 or 21.19% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB16B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB16B is #224E94. Grayscale: #B6B6B6. Windows color (decimal): -2248341 or 7057885. OLE color: 7057885.
HSL color Cylindrical-coordinate representation of color #DDB16B: hue angle of 36.84º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDB16B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 107 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.13 |
| HSL | 36.84º | 0.63% | 0.64% | - |
| HSV(B) | 36.84º | 0.52% | 0.87% | - |
| XYZ | 48.19 | 47.88 | 20.61 | - |
| YUV | 182.18 | 85.58 | 155.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 107 | 0 | 0.20 | 0.52 | 0.13 | 36.84 | 0.63 | 0.64 |
| Hex | DD | B1 | 6B | 0 | 14 | 34 | D | 25 | 3F | 40 |
| Octal | 335 | 261 | 153 | 0 | 24 | 64 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10110001 | 1101011 | 0 | 10100 | 110100 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDB16B
Complementary color
Monochromatic Colors of #DDB16B
Black with #DDB16B
Text Example
Text Example
White with #DDB16B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB16B; }
p { color: rgb(221,177,107); }
H1.HeaderClassName
{
color: #DDB16B;
}
.AnyTagClassName
{
color: #DDB16B;
}
</style>
background-color css
<style>
a { background-color: #DDB16B; }
a { background-color: rgb(221,177,107); }
div.DivClassName
{
background-color: #DDB16B;
}
.BgClassName
{
background-color: #DDB16B;
}
</style>
border-color css
<style>
span { border-color: #DDB16B; }
span { border-color: rgb(221,177,107); }
td.TdClassName
{
border-color: #DDB16B;
}
.TagClassName
{
border-color: #DDB16B;
}
</style>