Shades of Equator #DDB06B
Tints of Equator #DDB06B
RGB
CMYK
RGB Variations
Color information
#DDB06B (or 0xDDB06B) is known color: Equator. HEX triplet: DD, B0 and 6B. RGB value is (221,176,107). Sum of RGB (Red+Green+Blue) = 221+176+107=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 176 (69.14% from 255 or 34.92% from 504); Blue value is 107 (42.19% from 255 or 21.23% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB06B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB06B is #224F94. Grayscale: #B5B5B5. Windows color (decimal): -2248597 or 7057629. OLE color: 7057629.
HSL color Cylindrical-coordinate representation of color #DDB06B: hue angle of 36.32º 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 #DDB06B is Cyan = 0, Magento = 0.20, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 107 | - |
| CMYK | 0 | 0.20 | 0.52 | 0.13 |
| HSL | 36.32º | 0.63% | 0.64% | - |
| HSV(B) | 36.32º | 0.52% | 0.87% | - |
| XYZ | 48 | 47.48 | 20.55 | - |
| YUV | 181.59 | 85.91 | 156.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 107 | 0 | 0.20 | 0.52 | 0.13 | 36.32 | 0.63 | 0.64 |
| Hex | DD | B0 | 6B | 0 | 14 | 34 | D | 24 | 3F | 40 |
| Octal | 335 | 260 | 153 | 0 | 24 | 64 | 15 | 44 | 77 | 100 |
| Binary | 11011101 | 10110000 | 1101011 | 0 | 10100 | 110100 | 1101 | 100100 | 111111 | 1000000 |
Color Harmonies of #DDB06B
Complementary color
Monochromatic Colors of #DDB06B
Black with #DDB06B
Text Example
Text Example
White with #DDB06B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB06B; }
p { color: rgb(221,176,107); }
H1.HeaderClassName
{
color: #DDB06B;
}
.AnyTagClassName
{
color: #DDB06B;
}
</style>
background-color css
<style>
a { background-color: #DDB06B; }
a { background-color: rgb(221,176,107); }
div.DivClassName
{
background-color: #DDB06B;
}
.BgClassName
{
background-color: #DDB06B;
}
</style>
border-color css
<style>
span { border-color: #DDB06B; }
span { border-color: rgb(221,176,107); }
td.TdClassName
{
border-color: #DDB06B;
}
.TagClassName
{
border-color: #DDB06B;
}
</style>