Shades of Equator #DDB65A
Tints of Equator #DDB65A
RGB
CMYK
RGB Variations
Color information
#DDB65A (or 0xDDB65A) is known color: Equator. HEX triplet: DD, B6 and 5A. RGB value is (221,182,90). Sum of RGB (Red+Green+Blue) = 221+182+90=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 90 (35.55% from 255 or 18.26% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB65A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB65A is #2249A5. Grayscale: #B7B7B7. Windows color (decimal): -2247078 or 5945053. OLE color: 5945053.
HSL color Cylindrical-coordinate representation of color #DDB65A: hue angle of 42.14º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DDB65A is Cyan = 0, Magento = 0.18, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 90 | - |
| CMYK | 0 | 0.18 | 0.59 | 0.13 |
| HSL | 42.14º | 0.66% | 0.61% | - |
| HSV(B) | 42.14º | 0.59% | 0.87% | - |
| XYZ | 48.39 | 49.57 | 16.69 | - |
| YUV | 183.17 | 75.42 | 154.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 90 | 0 | 0.18 | 0.59 | 0.13 | 42.14 | 0.66 | 0.61 |
| Hex | DD | B6 | 5A | 0 | 12 | 3B | D | 2A | 42 | 3D |
| Octal | 335 | 266 | 132 | 0 | 22 | 73 | 15 | 52 | 102 | 75 |
| Binary | 11011101 | 10110110 | 1011010 | 0 | 10010 | 111011 | 1101 | 101010 | 1000010 | 111101 |
Color Harmonies of #DDB65A
Complementary color
Monochromatic Colors of #DDB65A
Black with #DDB65A
Text Example
Text Example
White with #DDB65A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB65A; }
p { color: rgb(221,182,90); }
H1.HeaderClassName
{
color: #DDB65A;
}
.AnyTagClassName
{
color: #DDB65A;
}
</style>
background-color css
<style>
a { background-color: #DDB65A; }
a { background-color: rgb(221,182,90); }
div.DivClassName
{
background-color: #DDB65A;
}
.BgClassName
{
background-color: #DDB65A;
}
</style>
border-color css
<style>
span { border-color: #DDB65A; }
span { border-color: rgb(221,182,90); }
td.TdClassName
{
border-color: #DDB65A;
}
.TagClassName
{
border-color: #DDB65A;
}
</style>