Shades of Equator #DDB26B
Tints of Equator #DDB26B
RGB
CMYK
RGB Variations
Color information
#DDB26B (or 0xDDB26B) is known color: Equator. HEX triplet: DD, B2 and 6B. RGB value is (221,178,107). Sum of RGB (Red+Green+Blue) = 221+178+107=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 178 (69.92% from 255 or 35.18% from 506); Blue value is 107 (42.19% from 255 or 21.15% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB26B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DDB26B is #224D94. Grayscale: #B7B7B7. Windows color (decimal): -2248085 or 7058141. OLE color: 7058141.
HSL color Cylindrical-coordinate representation of color #DDB26B: hue angle of 37.37º 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 #DDB26B is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 107 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 37.37º | 0.63% | 0.64% | - |
| HSV(B) | 37.37º | 0.52% | 0.87% | - |
| XYZ | 48.39 | 48.27 | 20.68 | - |
| YUV | 182.76 | 85.25 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 107 | 0 | 0.19 | 0.52 | 0.13 | 37.37 | 0.63 | 0.64 |
| Hex | DD | B2 | 6B | 0 | 13 | 34 | D | 25 | 3F | 40 |
| Octal | 335 | 262 | 153 | 0 | 23 | 64 | 15 | 45 | 77 | 100 |
| Binary | 11011101 | 10110010 | 1101011 | 0 | 10011 | 110100 | 1101 | 100101 | 111111 | 1000000 |
Color Harmonies of #DDB26B
Complementary color
Monochromatic Colors of #DDB26B
Black with #DDB26B
Text Example
Text Example
White with #DDB26B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB26B; }
p { color: rgb(221,178,107); }
H1.HeaderClassName
{
color: #DDB26B;
}
.AnyTagClassName
{
color: #DDB26B;
}
</style>
background-color css
<style>
a { background-color: #DDB26B; }
a { background-color: rgb(221,178,107); }
div.DivClassName
{
background-color: #DDB26B;
}
.BgClassName
{
background-color: #DDB26B;
}
</style>
border-color css
<style>
span { border-color: #DDB26B; }
span { border-color: rgb(221,178,107); }
td.TdClassName
{
border-color: #DDB26B;
}
.TagClassName
{
border-color: #DDB26B;
}
</style>