Shades of Equator #DDB469
Tints of Equator #DDB469
RGB
CMYK
RGB Variations
Color information
#DDB469 (or 0xDDB469) is known color: Equator. HEX triplet: DD, B4 and 69. RGB value is (221,180,105). Sum of RGB (Red+Green+Blue) = 221+180+105=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 180 (70.70% from 255 or 35.57% from 506); Blue value is 105 (41.41% from 255 or 20.75% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDB469 is #224B96. Grayscale: #B8B8B8. Windows color (decimal): -2247575 or 6927581. OLE color: 6927581.
HSL color Cylindrical-coordinate representation of color #DDB469: hue angle of 38.79º 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 #DDB469 is Cyan = 0, Magento = 0.19, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 105 | - |
| CMYK | 0 | 0.19 | 0.52 | 0.13 |
| HSL | 38.79º | 0.63% | 0.64% | - |
| HSV(B) | 38.79º | 0.52% | 0.87% | - |
| XYZ | 48.69 | 49.03 | 20.26 | - |
| YUV | 183.71 | 83.58 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 105 | 0 | 0.19 | 0.52 | 0.13 | 38.79 | 0.63 | 0.64 |
| Hex | DD | B4 | 69 | 0 | 13 | 34 | D | 27 | 3F | 40 |
| Octal | 335 | 264 | 151 | 0 | 23 | 64 | 15 | 47 | 77 | 100 |
| Binary | 11011101 | 10110100 | 1101001 | 0 | 10011 | 110100 | 1101 | 100111 | 111111 | 1000000 |
Color Harmonies of #DDB469
Complementary color
Monochromatic Colors of #DDB469
Black with #DDB469
Text Example
Text Example
White with #DDB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB469; }
p { color: rgb(221,180,105); }
H1.HeaderClassName
{
color: #DDB469;
}
.AnyTagClassName
{
color: #DDB469;
}
</style>
background-color css
<style>
a { background-color: #DDB469; }
a { background-color: rgb(221,180,105); }
div.DivClassName
{
background-color: #DDB469;
}
.BgClassName
{
background-color: #DDB469;
}
</style>
border-color css
<style>
span { border-color: #DDB469; }
span { border-color: rgb(221,180,105); }
td.TdClassName
{
border-color: #DDB469;
}
.TagClassName
{
border-color: #DDB469;
}
</style>