Shades of Equator #DDB35C
Tints of Equator #DDB35C
RGB
CMYK
RGB Variations
Color information
#DDB35C (or 0xDDB35C) is known color: Equator. HEX triplet: DD, B3 and 5C. RGB value is (221,179,92). Sum of RGB (Red+Green+Blue) = 221+179+92=492 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.92% from 492); Green value is 179 (70.31% from 255 or 36.38% from 492); Blue value is 92 (36.33% from 255 or 18.70% from 492); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB35C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB35C is #224CA3. Grayscale: #B6B6B6. Windows color (decimal): -2247844 or 6075357. OLE color: 6075357.
HSL color Cylindrical-coordinate representation of color #DDB35C: hue angle of 40.47º 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 #DDB35C is Cyan = 0, Magento = 0.19, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 179 | 92 | - |
| CMYK | 0 | 0.19 | 0.58 | 0.13 |
| HSL | 40.47º | 0.65% | 0.61% | - |
| HSV(B) | 40.47º | 0.58% | 0.87% | - |
| XYZ | 47.87 | 48.39 | 16.94 | - |
| YUV | 181.64 | 77.41 | 156.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 179 | 92 | 0 | 0.19 | 0.58 | 0.13 | 40.47 | 0.65 | 0.61 |
| Hex | DD | B3 | 5C | 0 | 13 | 3A | D | 28 | 41 | 3D |
| Octal | 335 | 263 | 134 | 0 | 23 | 72 | 15 | 50 | 101 | 75 |
| Binary | 11011101 | 10110011 | 1011100 | 0 | 10011 | 111010 | 1101 | 101000 | 1000001 | 111101 |
Color Harmonies of #DDB35C
Complementary color
Monochromatic Colors of #DDB35C
Black with #DDB35C
Text Example
Text Example
White with #DDB35C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB35C; }
p { color: rgb(221,179,92); }
H1.HeaderClassName
{
color: #DDB35C;
}
.AnyTagClassName
{
color: #DDB35C;
}
</style>
background-color css
<style>
a { background-color: #DDB35C; }
a { background-color: rgb(221,179,92); }
div.DivClassName
{
background-color: #DDB35C;
}
.BgClassName
{
background-color: #DDB35C;
}
</style>
border-color css
<style>
span { border-color: #DDB35C; }
span { border-color: rgb(221,179,92); }
td.TdClassName
{
border-color: #DDB35C;
}
.TagClassName
{
border-color: #DDB35C;
}
</style>