Shades of Equator #DDB468
Tints of Equator #DDB468
RGB
CMYK
RGB Variations
Color information
#DDB468 (or 0xDDB468) is known color: Equator. HEX triplet: DD, B4 and 68. RGB value is (221,180,104). Sum of RGB (Red+Green+Blue) = 221+180+104=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 180 (70.70% from 255 or 35.64% from 505); Blue value is 104 (41.02% from 255 or 20.59% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB468 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB468 is #224B97. Grayscale: #B7B7B7. Windows color (decimal): -2247576 or 6862045. OLE color: 6862045.
HSL color Cylindrical-coordinate representation of color #DDB468: hue angle of 38.97º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DDB468 is Cyan = 0, Magento = 0.19, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 104 | - |
| CMYK | 0 | 0.19 | 0.53 | 0.13 |
| HSL | 38.97º | 0.63% | 0.64% | - |
| HSV(B) | 38.97º | 0.53% | 0.87% | - |
| XYZ | 48.64 | 49.01 | 19.99 | - |
| YUV | 183.6 | 83.08 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 104 | 0 | 0.19 | 0.53 | 0.13 | 38.97 | 0.63 | 0.64 |
| Hex | DD | B4 | 68 | 0 | 13 | 35 | D | 27 | 3F | 40 |
| Octal | 335 | 264 | 150 | 0 | 23 | 65 | 15 | 47 | 77 | 100 |
| Binary | 11011101 | 10110100 | 1101000 | 0 | 10011 | 110101 | 1101 | 100111 | 111111 | 1000000 |
Color Harmonies of #DDB468
Complementary color
Monochromatic Colors of #DDB468
Black with #DDB468
Text Example
Text Example
White with #DDB468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB468; }
p { color: rgb(221,180,104); }
H1.HeaderClassName
{
color: #DDB468;
}
.AnyTagClassName
{
color: #DDB468;
}
</style>
background-color css
<style>
a { background-color: #DDB468; }
a { background-color: rgb(221,180,104); }
div.DivClassName
{
background-color: #DDB468;
}
.BgClassName
{
background-color: #DDB468;
}
</style>
border-color css
<style>
span { border-color: #DDB468; }
span { border-color: rgb(221,180,104); }
td.TdClassName
{
border-color: #DDB468;
}
.TagClassName
{
border-color: #DDB468;
}
</style>