Shades of Equator #DDB95C
Tints of Equator #DDB95C
RGB
CMYK
RGB Variations
Color information
#DDB95C (or 0xDDB95C) is known color: Equator. HEX triplet: DD, B9 and 5C. RGB value is (221,185,92). Sum of RGB (Red+Green+Blue) = 221+185+92=498 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.38% from 498); Green value is 185 (72.66% from 255 or 37.15% from 498); Blue value is 92 (36.33% from 255 or 18.47% from 498); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB95C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB95C is #2246A3. Grayscale: #B9B9B9. Windows color (decimal): -2246308 or 6076893. OLE color: 6076893.
HSL color Cylindrical-coordinate representation of color #DDB95C: hue angle of 43.26º 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 #DDB95C is Cyan = 0, Magento = 0.16, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 185 | 92 | - |
| CMYK | 0 | 0.16 | 0.58 | 0.13 |
| HSL | 43.26º | 0.65% | 0.61% | - |
| HSV(B) | 43.26º | 0.58% | 0.87% | - |
| XYZ | 49.1 | 50.84 | 17.35 | - |
| YUV | 185.16 | 75.43 | 153.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 185 | 92 | 0 | 0.16 | 0.58 | 0.13 | 43.26 | 0.65 | 0.61 |
| Hex | DD | B9 | 5C | 0 | 10 | 3A | D | 2B | 41 | 3D |
| Octal | 335 | 271 | 134 | 0 | 20 | 72 | 15 | 53 | 101 | 75 |
| Binary | 11011101 | 10111001 | 1011100 | 0 | 10000 | 111010 | 1101 | 101011 | 1000001 | 111101 |
Color Harmonies of #DDB95C
Complementary color
Monochromatic Colors of #DDB95C
Black with #DDB95C
Text Example
Text Example
White with #DDB95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB95C; }
p { color: rgb(221,185,92); }
H1.HeaderClassName
{
color: #DDB95C;
}
.AnyTagClassName
{
color: #DDB95C;
}
</style>
background-color css
<style>
a { background-color: #DDB95C; }
a { background-color: rgb(221,185,92); }
div.DivClassName
{
background-color: #DDB95C;
}
.BgClassName
{
background-color: #DDB95C;
}
</style>
border-color css
<style>
span { border-color: #DDB95C; }
span { border-color: rgb(221,185,92); }
td.TdClassName
{
border-color: #DDB95C;
}
.TagClassName
{
border-color: #DDB95C;
}
</style>