Shades of Equator #DDB067
Tints of Equator #DDB067
RGB
CMYK
RGB Variations
Color information
#DDB067 (or 0xDDB067) is known color: Equator. HEX triplet: DD, B0 and 67. RGB value is (221,176,103). Sum of RGB (Red+Green+Blue) = 221+176+103=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 176 (69.14% from 255 or 35.2% from 500); Blue value is 103 (40.62% from 255 or 20.6% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB067 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB067 is #224F98. Grayscale: #B5B5B5. Windows color (decimal): -2248601 or 6795485. OLE color: 6795485.
HSL color Cylindrical-coordinate representation of color #DDB067: hue angle of 37.12º 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 #DDB067 is Cyan = 0, Magento = 0.20, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 103 | - |
| CMYK | 0 | 0.20 | 0.53 | 0.13 |
| HSL | 37.12º | 0.63% | 0.64% | - |
| HSV(B) | 37.12º | 0.53% | 0.87% | - |
| XYZ | 47.79 | 47.4 | 19.46 | - |
| YUV | 181.13 | 83.91 | 156.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 103 | 0 | 0.20 | 0.53 | 0.13 | 37.12 | 0.63 | 0.64 |
| Hex | DD | B0 | 67 | 0 | 14 | 35 | D | 25 | 3F | 40 |
| Octal | 335 | 260 | 147 | 0 | 24 | 65 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10110000 | 1100111 | 0 | 10100 | 110101 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDB067
Complementary color
Monochromatic Colors of #DDB067
Black with #DDB067
Text Example
Text Example
White with #DDB067
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB067; }
p { color: rgb(221,176,103); }
H1.HeaderClassName
{
color: #DDB067;
}
.AnyTagClassName
{
color: #DDB067;
}
</style>
background-color css
<style>
a { background-color: #DDB067; }
a { background-color: rgb(221,176,103); }
div.DivClassName
{
background-color: #DDB067;
}
.BgClassName
{
background-color: #DDB067;
}
</style>
border-color css
<style>
span { border-color: #DDB067; }
span { border-color: rgb(221,176,103); }
td.TdClassName
{
border-color: #DDB067;
}
.TagClassName
{
border-color: #DDB067;
}
</style>