Shades of Equator #DDB15C
Tints of Equator #DDB15C
RGB
CMYK
RGB Variations
Color information
#DDB15C (or 0xDDB15C) is known color: Equator. HEX triplet: DD, B1 and 5C. RGB value is (221,177,92). Sum of RGB (Red+Green+Blue) = 221+177+92=490 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.10% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 92 (36.33% from 255 or 18.78% from 490); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB15C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB15C is #224EA3. Grayscale: #B4B4B4. Windows color (decimal): -2248356 or 6074845. OLE color: 6074845.
HSL color Cylindrical-coordinate representation of color #DDB15C: hue angle of 39.53º 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 #DDB15C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 177 | 92 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.13 |
| HSL | 39.53º | 0.65% | 0.61% | - |
| HSV(B) | 39.53º | 0.58% | 0.87% | - |
| XYZ | 47.47 | 47.59 | 16.81 | - |
| YUV | 180.47 | 78.08 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 177 | 92 | 0 | 0.20 | 0.58 | 0.13 | 39.53 | 0.65 | 0.61 |
| Hex | DD | B1 | 5C | 0 | 14 | 3A | D | 28 | 41 | 3D |
| Octal | 335 | 261 | 134 | 0 | 24 | 72 | 15 | 50 | 101 | 75 |
| Binary | 11011101 | 10110001 | 1011100 | 0 | 10100 | 111010 | 1101 | 101000 | 1000001 | 111101 |
Color Harmonies of #DDB15C
Complementary color
Monochromatic Colors of #DDB15C
Black with #DDB15C
Text Example
Text Example
White with #DDB15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB15C; }
p { color: rgb(221,177,92); }
H1.HeaderClassName
{
color: #DDB15C;
}
.AnyTagClassName
{
color: #DDB15C;
}
</style>
background-color css
<style>
a { background-color: #DDB15C; }
a { background-color: rgb(221,177,92); }
div.DivClassName
{
background-color: #DDB15C;
}
.BgClassName
{
background-color: #DDB15C;
}
</style>
border-color css
<style>
span { border-color: #DDB15C; }
span { border-color: rgb(221,177,92); }
td.TdClassName
{
border-color: #DDB15C;
}
.TagClassName
{
border-color: #DDB15C;
}
</style>