Shades of Equator #DDB55C
Tints of Equator #DDB55C
RGB
CMYK
RGB Variations
Color information
#DDB55C (or 0xDDB55C) is known color: Equator. HEX triplet: DD, B5 and 5C. RGB value is (221,181,92). Sum of RGB (Red+Green+Blue) = 221+181+92=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 181 (71.09% from 255 or 36.64% from 494); Blue value is 92 (36.33% from 255 or 18.62% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB55C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB55C is #224AA3. Grayscale: #B7B7B7. Windows color (decimal): -2247332 or 6075869. OLE color: 6075869.
HSL color Cylindrical-coordinate representation of color #DDB55C: hue angle of 41.4º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DDB55C is Cyan = 0, Magento = 0.18, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 181 | 92 | - |
| CMYK | 0 | 0.18 | 0.58 | 0.13 |
| HSL | 41.4º | 0.65% | 0.61% | - |
| HSV(B) | 41.4º | 0.58% | 0.87% | - |
| XYZ | 48.27 | 49.19 | 17.08 | - |
| YUV | 182.81 | 76.75 | 155.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 181 | 92 | 0 | 0.18 | 0.58 | 0.13 | 41.4 | 0.65 | 0.61 |
| Hex | DD | B5 | 5C | 0 | 12 | 3A | D | 29 | 41 | 3D |
| Octal | 335 | 265 | 134 | 0 | 22 | 72 | 15 | 51 | 101 | 75 |
| Binary | 11011101 | 10110101 | 1011100 | 0 | 10010 | 111010 | 1101 | 101001 | 1000001 | 111101 |
Color Harmonies of #DDB55C
Complementary color
Monochromatic Colors of #DDB55C
Black with #DDB55C
Text Example
Text Example
White with #DDB55C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB55C; }
p { color: rgb(221,181,92); }
H1.HeaderClassName
{
color: #DDB55C;
}
.AnyTagClassName
{
color: #DDB55C;
}
</style>
background-color css
<style>
a { background-color: #DDB55C; }
a { background-color: rgb(221,181,92); }
div.DivClassName
{
background-color: #DDB55C;
}
.BgClassName
{
background-color: #DDB55C;
}
</style>
border-color css
<style>
span { border-color: #DDB55C; }
span { border-color: rgb(221,181,92); }
td.TdClassName
{
border-color: #DDB55C;
}
.TagClassName
{
border-color: #DDB55C;
}
</style>