Shades of Equator #DDB168
Tints of Equator #DDB168
RGB
CMYK
RGB Variations
Color information
#DDB168 (or 0xDDB168) is known color: Equator. HEX triplet: DD, B1 and 68. RGB value is (221,177,104). Sum of RGB (Red+Green+Blue) = 221+177+104=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 177 (69.53% from 255 or 35.26% from 502); Blue value is 104 (41.02% from 255 or 20.72% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB168 is #224E97. Grayscale: #B6B6B6. Windows color (decimal): -2248344 or 6861277. OLE color: 6861277.
HSL color Cylindrical-coordinate representation of color #DDB168: hue angle of 37.44º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDB168 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 104 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.13 |
| HSL | 37.44º | 0.63% | 0.64% | - |
| HSV(B) | 37.44º | 0.53% | 0.87% | - |
| XYZ | 48.04 | 47.82 | 19.79 | - |
| YUV | 181.83 | 84.08 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 104 | 0 | 0.20 | 0.53 | 0.13 | 37.44 | 0.63 | 0.64 |
| Hex | DD | B1 | 68 | 0 | 14 | 35 | D | 25 | 3F | 40 |
| Octal | 335 | 261 | 150 | 0 | 24 | 65 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10110001 | 1101000 | 0 | 10100 | 110101 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDB168
Complementary color
Monochromatic Colors of #DDB168
Black with #DDB168
Text Example
Text Example
White with #DDB168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB168; }
p { color: rgb(221,177,104); }
H1.HeaderClassName
{
color: #DDB168;
}
.AnyTagClassName
{
color: #DDB168;
}
</style>
background-color css
<style>
a { background-color: #DDB168; }
a { background-color: rgb(221,177,104); }
div.DivClassName
{
background-color: #DDB168;
}
.BgClassName
{
background-color: #DDB168;
}
</style>
border-color css
<style>
span { border-color: #DDB168; }
span { border-color: rgb(221,177,104); }
td.TdClassName
{
border-color: #DDB168;
}
.TagClassName
{
border-color: #DDB168;
}
</style>