Shades of Equator #DDB569
Tints of Equator #DDB569
RGB
CMYK
RGB Variations
Color information
#DDB569 (or 0xDDB569) is known color: Equator. HEX triplet: DD, B5 and 69. RGB value is (221,181,105). Sum of RGB (Red+Green+Blue) = 221+181+105=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 181 (71.09% from 255 or 35.70% from 507); Blue value is 105 (41.41% from 255 or 20.71% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB569 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB569 is #224A96. Grayscale: #B8B8B8. Windows color (decimal): -2247319 or 6927837. OLE color: 6927837.
HSL color Cylindrical-coordinate representation of color #DDB569: hue angle of 39.31º 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 #DDB569 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 105 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.13 |
| HSL | 39.31º | 0.63% | 0.64% | - |
| HSV(B) | 39.31º | 0.52% | 0.87% | - |
| XYZ | 48.89 | 49.44 | 20.33 | - |
| YUV | 184.3 | 83.25 | 154.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 105 | 0 | 0.18 | 0.52 | 0.13 | 39.31 | 0.63 | 0.64 |
| Hex | DD | B5 | 69 | 0 | 12 | 34 | D | 27 | 3F | 40 |
| Octal | 335 | 265 | 151 | 0 | 22 | 64 | 15 | 47 | 77 | 100 |
| Binary | 11011101 | 10110101 | 1101001 | 0 | 10010 | 110100 | 1101 | 100111 | 111111 | 1000000 |
Color Harmonies of #DDB569
Complementary color
Monochromatic Colors of #DDB569
Black with #DDB569
Text Example
Text Example
White with #DDB569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB569; }
p { color: rgb(221,181,105); }
H1.HeaderClassName
{
color: #DDB569;
}
.AnyTagClassName
{
color: #DDB569;
}
</style>
background-color css
<style>
a { background-color: #DDB569; }
a { background-color: rgb(221,181,105); }
div.DivClassName
{
background-color: #DDB569;
}
.BgClassName
{
background-color: #DDB569;
}
</style>
border-color css
<style>
span { border-color: #DDB569; }
span { border-color: rgb(221,181,105); }
td.TdClassName
{
border-color: #DDB569;
}
.TagClassName
{
border-color: #DDB569;
}
</style>