Shades of Orinoco #DBDBAE
Tints of Orinoco #DBDBAE
RGB
CMYK
RGB Variations
Color information
#DBDBAE (or 0xDBDBAE) is known color: Orinoco. HEX triplet: DB, DB and AE. RGB value is (219,219,174). Sum of RGB (Red+Green+Blue) = 219+219+174=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 219 (85.94% from 255 or 35.78% from 612); Blue value is 174 (68.36% from 255 or 28.43% from 612); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBDBAE is #242451. Grayscale: #D6D6D6. Windows color (decimal): -2368594 or 11459547. OLE color: 11459547.
HSL color Cylindrical-coordinate representation of color #DBDBAE: hue angle of 60º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBDBAE is Cyan = 0, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 219 | 174 | - |
CMYK | 0 | 0 | 0.21 | 0.14 |
HSL | 60º | 0.38% | 0.77% | - |
HSV(B) | 60º | 0.21% | 0.86% | - |
XYZ | 62.18 | 68.78 | 50.04 | - |
YUV | 213.87 | 105.5 | 131.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 219 | 174 | 0 | 0 | 0.21 | 0.14 | 60 | 0.38 | 0.77 |
Hex | DB | DB | AE | 0 | 0 | 15 | E | 3C | 26 | 4D |
Octal | 333 | 333 | 256 | 0 | 0 | 25 | 16 | 74 | 46 | 115 |
Binary | 11011011 | 11011011 | 10101110 | 0 | 0 | 10101 | 1110 | 111100 | 100110 | 1001101 |
Color Harmonies of #DBDBAE
Complementary color
Monochromatic Colors of #DBDBAE
Black with #DBDBAE
Text Example
Text Example
White with #DBDBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBDBAE; }
p { color: rgb(219,219,174); }
H1.HeaderClassName
{
color: #DBDBAE;
}
.AnyTagClassName
{
color: #DBDBAE;
}
</style>
background-color css
<style>
a { background-color: #DBDBAE; }
a { background-color: rgb(219,219,174); }
div.DivClassName
{
background-color: #DBDBAE;
}
.BgClassName
{
background-color: #DBDBAE;
}
</style>
border-color css
<style>
span { border-color: #DBDBAE; }
span { border-color: rgb(219,219,174); }
td.TdClassName
{
border-color: #DBDBAE;
}
.TagClassName
{
border-color: #DBDBAE;
}
</style>