Shades of Equator #DDB462
Tints of Equator #DDB462
RGB
CMYK
RGB Variations
Color information
#DDB462 (or 0xDDB462) is known color: Equator. HEX triplet: DD, B4 and 62. RGB value is (221,180,98). Sum of RGB (Red+Green+Blue) = 221+180+98=499 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.29% from 499); Green value is 180 (70.70% from 255 or 36.07% from 499); Blue value is 98 (38.67% from 255 or 19.64% from 499); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB462 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB462 is #224B9D. Grayscale: #B7B7B7. Windows color (decimal): -2247582 or 6468829. OLE color: 6468829.
HSL color Cylindrical-coordinate representation of color #DDB462: hue angle of 40º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DDB462 is Cyan = 0, Magento = 0.19, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 98 | - |
| CMYK | 0 | 0.19 | 0.56 | 0.13 |
| HSL | 40º | 0.64% | 0.63% | - |
| HSV(B) | 40º | 0.56% | 0.87% | - |
| XYZ | 48.34 | 48.9 | 18.45 | - |
| YUV | 182.91 | 80.08 | 155.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 98 | 0 | 0.19 | 0.56 | 0.13 | 40 | 0.64 | 0.63 |
| Hex | DD | B4 | 62 | 0 | 13 | 38 | D | 28 | 40 | 3F |
| Octal | 335 | 264 | 142 | 0 | 23 | 70 | 15 | 50 | 100 | 77 |
| Binary | 11011101 | 10110100 | 1100010 | 0 | 10011 | 111000 | 1101 | 101000 | 1000000 | 111111 |
Color Harmonies of #DDB462
Complementary color
Monochromatic Colors of #DDB462
Black with #DDB462
Text Example
Text Example
White with #DDB462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB462; }
p { color: rgb(221,180,98); }
H1.HeaderClassName
{
color: #DDB462;
}
.AnyTagClassName
{
color: #DDB462;
}
</style>
background-color css
<style>
a { background-color: #DDB462; }
a { background-color: rgb(221,180,98); }
div.DivClassName
{
background-color: #DDB462;
}
.BgClassName
{
background-color: #DDB462;
}
</style>
border-color css
<style>
span { border-color: #DDB462; }
span { border-color: rgb(221,180,98); }
td.TdClassName
{
border-color: #DDB462;
}
.TagClassName
{
border-color: #DDB462;
}
</style>