Shades of Equator #DDB05C
Tints of Equator #DDB05C
RGB
CMYK
RGB Variations
Color information
#DDB05C (or 0xDDB05C) is known color: Equator. HEX triplet: DD, B0 and 5C. RGB value is (221,176,92). Sum of RGB (Red+Green+Blue) = 221+176+92=489 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.19% from 489); Green value is 176 (69.14% from 255 or 35.99% from 489); Blue value is 92 (36.33% from 255 or 18.81% from 489); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB05C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB05C is #224FA3. Grayscale: #B4B4B4. Windows color (decimal): -2248612 or 6074589. OLE color: 6074589.
HSL color Cylindrical-coordinate representation of color #DDB05C: hue angle of 39.07º 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 #DDB05C is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 176 | 92 | - |
| CMYK | 0 | 0.20 | 0.58 | 0.13 |
| HSL | 39.07º | 0.65% | 0.61% | - |
| HSV(B) | 39.07º | 0.58% | 0.87% | - |
| XYZ | 47.28 | 47.2 | 16.74 | - |
| YUV | 179.88 | 78.41 | 157.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 176 | 92 | 0 | 0.20 | 0.58 | 0.13 | 39.07 | 0.65 | 0.61 |
| Hex | DD | B0 | 5C | 0 | 14 | 3A | D | 27 | 41 | 3D |
| Octal | 335 | 260 | 134 | 0 | 24 | 72 | 15 | 47 | 101 | 75 |
| Binary | 11011101 | 10110000 | 1011100 | 0 | 10100 | 111010 | 1101 | 100111 | 1000001 | 111101 |
Color Harmonies of #DDB05C
Complementary color
Monochromatic Colors of #DDB05C
Black with #DDB05C
Text Example
Text Example
White with #DDB05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB05C; }
p { color: rgb(221,176,92); }
H1.HeaderClassName
{
color: #DDB05C;
}
.AnyTagClassName
{
color: #DDB05C;
}
</style>
background-color css
<style>
a { background-color: #DDB05C; }
a { background-color: rgb(221,176,92); }
div.DivClassName
{
background-color: #DDB05C;
}
.BgClassName
{
background-color: #DDB05C;
}
</style>
border-color css
<style>
span { border-color: #DDB05C; }
span { border-color: rgb(221,176,92); }
td.TdClassName
{
border-color: #DDB05C;
}
.TagClassName
{
border-color: #DDB05C;
}
</style>