Shades of Equator #DDB46A
Tints of Equator #DDB46A
RGB
CMYK
RGB Variations
Color information
#DDB46A (or 0xDDB46A) is known color: Equator. HEX triplet: DD, B4 and 6A. RGB value is (221,180,106). Sum of RGB (Red+Green+Blue) = 221+180+106=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 180 (70.70% from 255 or 35.50% from 507); Blue value is 106 (41.80% from 255 or 20.91% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB46A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB46A is #224B95. Grayscale: #B8B8B8. Windows color (decimal): -2247574 or 6993117. OLE color: 6993117.
HSL color Cylindrical-coordinate representation of color #DDB46A: hue angle of 38.61º 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 #DDB46A is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 106 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 38.61º | 0.63% | 0.64% | - |
| HSV(B) | 38.61º | 0.52% | 0.87% | - |
| XYZ | 48.74 | 49.06 | 20.54 | - |
| YUV | 183.82 | 84.08 | 154.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 106 | 0 | 0.19 | 0.52 | 0.13 | 38.61 | 0.63 | 0.64 |
| Hex | DD | B4 | 6A | 0 | 13 | 34 | D | 27 | 3F | 40 |
| Octal | 335 | 264 | 152 | 0 | 23 | 64 | 15 | 47 | 77 | 100 |
| Binary | 11011101 | 10110100 | 1101010 | 0 | 10011 | 110100 | 1101 | 100111 | 111111 | 1000000 |
Color Harmonies of #DDB46A
Complementary color
Monochromatic Colors of #DDB46A
Black with #DDB46A
Text Example
Text Example
White with #DDB46A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB46A; }
p { color: rgb(221,180,106); }
H1.HeaderClassName
{
color: #DDB46A;
}
.AnyTagClassName
{
color: #DDB46A;
}
</style>
background-color css
<style>
a { background-color: #DDB46A; }
a { background-color: rgb(221,180,106); }
div.DivClassName
{
background-color: #DDB46A;
}
.BgClassName
{
background-color: #DDB46A;
}
</style>
border-color css
<style>
span { border-color: #DDB46A; }
span { border-color: rgb(221,180,106); }
td.TdClassName
{
border-color: #DDB46A;
}
.TagClassName
{
border-color: #DDB46A;
}
</style>