Shades of Equator #DDB75C
Tints of Equator #DDB75C
RGB
CMYK
RGB Variations
Color information
#DDB75C (or 0xDDB75C) is known color: Equator. HEX triplet: DD, B7 and 5C. RGB value is (221,183,92). Sum of RGB (Red+Green+Blue) = 221+183+92=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 183 (71.88% from 255 or 36.90% from 496); Blue value is 92 (36.33% from 255 or 18.55% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB75C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB75C is #2248A3. Grayscale: #B8B8B8. Windows color (decimal): -2246820 or 6076381. OLE color: 6076381.
HSL color Cylindrical-coordinate representation of color #DDB75C: hue angle of 42.33º 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 #DDB75C is Cyan = 0, Magento = 0.17, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 183 | 92 | - |
| CMYK | 0 | 0.17 | 0.58 | 0.13 |
| HSL | 42.33º | 0.65% | 0.61% | - |
| HSV(B) | 42.33º | 0.58% | 0.87% | - |
| XYZ | 48.68 | 50.01 | 17.21 | - |
| YUV | 183.99 | 76.09 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 183 | 92 | 0 | 0.17 | 0.58 | 0.13 | 42.33 | 0.65 | 0.61 |
| Hex | DD | B7 | 5C | 0 | 11 | 3A | D | 2A | 41 | 3D |
| Octal | 335 | 267 | 134 | 0 | 21 | 72 | 15 | 52 | 101 | 75 |
| Binary | 11011101 | 10110111 | 1011100 | 0 | 10001 | 111010 | 1101 | 101010 | 1000001 | 111101 |
Color Harmonies of #DDB75C
Complementary color
Monochromatic Colors of #DDB75C
Black with #DDB75C
Text Example
Text Example
White with #DDB75C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB75C; }
p { color: rgb(221,183,92); }
H1.HeaderClassName
{
color: #DDB75C;
}
.AnyTagClassName
{
color: #DDB75C;
}
</style>
background-color css
<style>
a { background-color: #DDB75C; }
a { background-color: rgb(221,183,92); }
div.DivClassName
{
background-color: #DDB75C;
}
.BgClassName
{
background-color: #DDB75C;
}
</style>
border-color css
<style>
span { border-color: #DDB75C; }
span { border-color: rgb(221,183,92); }
td.TdClassName
{
border-color: #DDB75C;
}
.TagClassName
{
border-color: #DDB75C;
}
</style>