Shades of Equator #DDB66B
Tints of Equator #DDB66B
RGB
CMYK
RGB Variations
Color information
#DDB66B (or 0xDDB66B) is known color: Equator. HEX triplet: DD, B6 and 6B. RGB value is (221,182,107). Sum of RGB (Red+Green+Blue) = 221+182+107=510 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.33% from 510); Green value is 182 (71.48% from 255 or 35.69% from 510); Blue value is 107 (42.19% from 255 or 20.98% from 510); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB66B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB66B is #224994. Grayscale: #B9B9B9. Windows color (decimal): -2247061 or 7059165. OLE color: 7059165.
HSL color Cylindrical-coordinate representation of color #DDB66B: hue angle of 39.47º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDB66B is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 182 | 107 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.13 |
| HSL | 39.47º | 0.63% | 0.64% | - |
| HSV(B) | 39.47º | 0.52% | 0.87% | - |
| XYZ | 49.2 | 49.89 | 20.95 | - |
| YUV | 185.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 182 | 107 | 0 | 0.18 | 0.52 | 0.13 | 39.47 | 0.63 | 0.64 |
| Hex | DD | B6 | 6B | 0 | 12 | 34 | D | 27 | 3F | 40 |
| Octal | 335 | 266 | 153 | 0 | 22 | 64 | 15 | 47 | 77 | 100 |
| Binary | 11011101 | 10110110 | 1101011 | 0 | 10010 | 110100 | 1101 | 100111 | 111111 | 1000000 |
Color Harmonies of #DDB66B
Complementary color
Monochromatic Colors of #DDB66B
Black with #DDB66B
Text Example
Text Example
White with #DDB66B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB66B; }
p { color: rgb(221,182,107); }
H1.HeaderClassName
{
color: #DDB66B;
}
.AnyTagClassName
{
color: #DDB66B;
}
</style>
background-color css
<style>
a { background-color: #DDB66B; }
a { background-color: rgb(221,182,107); }
div.DivClassName
{
background-color: #DDB66B;
}
.BgClassName
{
background-color: #DDB66B;
}
</style>
border-color css
<style>
span { border-color: #DDB66B; }
span { border-color: rgb(221,182,107); }
td.TdClassName
{
border-color: #DDB66B;
}
.TagClassName
{
border-color: #DDB66B;
}
</style>