Shades of Orinoco #DBDAAF
Tints of Orinoco #DBDAAF
RGB
CMYK
RGB Variations
Color information
#DBDAAF (or 0xDBDAAF) is known color: Orinoco. HEX triplet: DB, DA and AF. RGB value is (219,218,175). Sum of RGB (Red+Green+Blue) = 219+218+175=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 175 (68.75% from 255 or 28.59% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBDAAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDAAF is #242550. Grayscale: #D5D5D5. Windows color (decimal): -2368849 or 11524827. OLE color: 11524827.
HSL color Cylindrical-coordinate representation of color #DBDAAF: hue angle of 58.64º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBDAAF is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 218 | 175 | - |
CMYK | 0 | 0.00 | 0.20 | 0.14 |
HSL | 58.64º | 0.38% | 0.77% | - |
HSV(B) | 58.64º | 0.2% | 0.86% | - |
XYZ | 62.02 | 68.3 | 50.47 | - |
YUV | 213.4 | 106.33 | 132 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 218 | 175 | 0 | 0.00 | 0.20 | 0.14 | 58.64 | 0.38 | 0.77 |
Hex | DB | DA | AF | 0 | 0 | 14 | E | 3B | 26 | 4D |
Octal | 333 | 332 | 257 | 0 | 0 | 24 | 16 | 73 | 46 | 115 |
Binary | 11011011 | 11011010 | 10101111 | 0 | 0 | 10100 | 1110 | 111011 | 100110 | 1001101 |
Color Harmonies of #DBDAAF
Complementary color
Monochromatic Colors of #DBDAAF
Black with #DBDAAF
Text Example
Text Example
White with #DBDAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDAAF; }
p { color: rgb(219,218,175); }
H1.HeaderClassName
{
color: #DBDAAF;
}
.AnyTagClassName
{
color: #DBDAAF;
}
</style>
background-color css
<style>
a { background-color: #DBDAAF; }
a { background-color: rgb(219,218,175); }
div.DivClassName
{
background-color: #DBDAAF;
}
.BgClassName
{
background-color: #DBDAAF;
}
</style>
border-color css
<style>
span { border-color: #DBDAAF; }
span { border-color: rgb(219,218,175); }
td.TdClassName
{
border-color: #DBDAAF;
}
.TagClassName
{
border-color: #DBDAAF;
}
</style>