Shades of Equator #DBB469
Tints of Equator #DBB469
RGB
CMYK
RGB Variations
Color information
#DBB469 (or 0xDBB469) is known color: Equator. HEX triplet: DB, B4 and 69. RGB value is (219,180,105). Sum of RGB (Red+Green+Blue) = 219+180+105=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 180 (70.70% from 255 or 35.71% from 504); Blue value is 105 (41.41% from 255 or 20.83% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB469 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBB469 is #244B96. Grayscale: #B7B7B7. Windows color (decimal): -2378647 or 6927579. OLE color: 6927579.
HSL color Cylindrical-coordinate representation of color #DBB469: hue angle of 39.47º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DBB469 is Cyan = 0, Magento = 0.18, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 180 | 105 | - |
| CMYK | 0 | 0.18 | 0.52 | 0.14 |
| HSL | 39.47º | 0.61% | 0.64% | - |
| HSV(B) | 39.47º | 0.52% | 0.86% | - |
| XYZ | 48.08 | 48.72 | 20.23 | - |
| YUV | 183.11 | 83.92 | 153.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 180 | 105 | 0 | 0.18 | 0.52 | 0.14 | 39.47 | 0.61 | 0.64 |
| Hex | DB | B4 | 69 | 0 | 12 | 34 | E | 27 | 3D | 40 |
| Octal | 333 | 264 | 151 | 0 | 22 | 64 | 16 | 47 | 75 | 100 |
| Binary | 11011011 | 10110100 | 1101001 | 0 | 10010 | 110100 | 1110 | 100111 | 111101 | 1000000 |
Color Harmonies of #DBB469
Complementary color
Monochromatic Colors of #DBB469
Black with #DBB469
Text Example
Text Example
White with #DBB469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB469; }
p { color: rgb(219,180,105); }
H1.HeaderClassName
{
color: #DBB469;
}
.AnyTagClassName
{
color: #DBB469;
}
</style>
background-color css
<style>
a { background-color: #DBB469; }
a { background-color: rgb(219,180,105); }
div.DivClassName
{
background-color: #DBB469;
}
.BgClassName
{
background-color: #DBB469;
}
</style>
border-color css
<style>
span { border-color: #DBB469; }
span { border-color: rgb(219,180,105); }
td.TdClassName
{
border-color: #DBB469;
}
.TagClassName
{
border-color: #DBB469;
}
</style>