Shades of Equator #DDB05F
Tints of Equator #DDB05F
RGB
CMYK
RGB Variations
Color information
#DDB05F (or 0xDDB05F) is known color: Equator. HEX triplet: DD, B0 and 5F. RGB value is (221,176,95). Sum of RGB (Red+Green+Blue) = 221+176+95=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 176 (69.14% from 255 or 35.77% from 492); Blue value is 95 (37.5% from 255 or 19.31% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB05F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB05F is #224FA0. Grayscale: #B4B4B4. Windows color (decimal): -2248609 or 6271197. OLE color: 6271197.
HSL color Cylindrical-coordinate representation of color #DDB05F: hue angle of 38.57º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DDB05F is Cyan = 0, Magento = 0.20, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 95 | - |
| CMYK | 0 | 0.20 | 0.57 | 0.13 |
| HSL | 38.57º | 0.65% | 0.62% | - |
| HSV(B) | 38.57º | 0.57% | 0.87% | - |
| XYZ | 47.41 | 47.25 | 17.45 | - |
| YUV | 180.22 | 79.91 | 157.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 95 | 0 | 0.20 | 0.57 | 0.13 | 38.57 | 0.65 | 0.62 |
| Hex | DD | B0 | 5F | 0 | 14 | 39 | D | 27 | 41 | 3E |
| Octal | 335 | 260 | 137 | 0 | 24 | 71 | 15 | 47 | 101 | 76 |
| Binary | 11011101 | 10110000 | 1011111 | 0 | 10100 | 111001 | 1101 | 100111 | 1000001 | 111110 |
Color Harmonies of #DDB05F
Complementary color
Monochromatic Colors of #DDB05F
Black with #DDB05F
Text Example
Text Example
White with #DDB05F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB05F; }
p { color: rgb(221,176,95); }
H1.HeaderClassName
{
color: #DDB05F;
}
.AnyTagClassName
{
color: #DDB05F;
}
</style>
background-color css
<style>
a { background-color: #DDB05F; }
a { background-color: rgb(221,176,95); }
div.DivClassName
{
background-color: #DDB05F;
}
.BgClassName
{
background-color: #DDB05F;
}
</style>
border-color css
<style>
span { border-color: #DDB05F; }
span { border-color: rgb(221,176,95); }
td.TdClassName
{
border-color: #DDB05F;
}
.TagClassName
{
border-color: #DDB05F;
}
</style>