Shades of Equator #DDB161
Tints of Equator #DDB161
RGB
CMYK
RGB Variations
Color information
#DDB161 (or 0xDDB161) is known color: Equator. HEX triplet: DD, B1 and 61. RGB value is (221,177,97). Sum of RGB (Red+Green+Blue) = 221+177+97=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 177 (69.53% from 255 or 35.76% from 495); Blue value is 97 (38.28% from 255 or 19.60% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB161 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB161 is #224E9E. Grayscale: #B5B5B5. Windows color (decimal): -2248351 or 6402525. OLE color: 6402525.
HSL color Cylindrical-coordinate representation of color #DDB161: hue angle of 38.71º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDB161 is Cyan = 0, Magento = 0.20, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 97 | - |
| CMYK | 0 | 0.20 | 0.56 | 0.13 |
| HSL | 38.71º | 0.65% | 0.62% | - |
| HSV(B) | 38.71º | 0.56% | 0.87% | - |
| XYZ | 47.7 | 47.68 | 18 | - |
| YUV | 181.04 | 80.58 | 156.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 97 | 0 | 0.20 | 0.56 | 0.13 | 38.71 | 0.65 | 0.62 |
| Hex | DD | B1 | 61 | 0 | 14 | 38 | D | 27 | 41 | 3E |
| Octal | 335 | 261 | 141 | 0 | 24 | 70 | 15 | 47 | 101 | 76 |
| Binary | 11011101 | 10110001 | 1100001 | 0 | 10100 | 111000 | 1101 | 100111 | 1000001 | 111110 |
Color Harmonies of #DDB161
Complementary color
Monochromatic Colors of #DDB161
Black with #DDB161
Text Example
Text Example
White with #DDB161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB161; }
p { color: rgb(221,177,97); }
H1.HeaderClassName
{
color: #DDB161;
}
.AnyTagClassName
{
color: #DDB161;
}
</style>
background-color css
<style>
a { background-color: #DDB161; }
a { background-color: rgb(221,177,97); }
div.DivClassName
{
background-color: #DDB161;
}
.BgClassName
{
background-color: #DDB161;
}
</style>
border-color css
<style>
span { border-color: #DDB161; }
span { border-color: rgb(221,177,97); }
td.TdClassName
{
border-color: #DDB161;
}
.TagClassName
{
border-color: #DDB161;
}
</style>