Shades of Orinoco #D8DBAC
Tints of Orinoco #D8DBAC
RGB
CMYK
RGB Variations
Color information
#D8DBAC (or 0xD8DBAC) is known color: Orinoco. HEX triplet: D8, DB and AC. RGB value is (216,219,172). Sum of RGB (Red+Green+Blue) = 216+219+172=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 219 (85.94% from 255 or 36.08% from 607); Blue value is 172 (67.58% from 255 or 28.34% from 607); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DBAC is #272453. Grayscale: #D4D4D4. Windows color (decimal): -2565204 or 11328472. OLE color: 11328472.
HSL color Cylindrical-coordinate representation of color #D8DBAC: hue angle of 63.83º degrees, saturation: 0.39, 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 #D8DBAC is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
RGB | 216 | 219 | 172 | - |
CMYK | 0.01 | 0 | 0.21 | 0.14 |
HSL | 63.83º | 0.39% | 0.77% | - |
HSV(B) | 63.83º | 0.21% | 0.86% | - |
XYZ | 61.1 | 68.24 | 48.98 | - |
YUV | 212.75 | 105.01 | 130.32 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 219 | 172 | 0.01 | 0 | 0.21 | 0.14 | 63.83 | 0.39 | 0.77 |
Hex | D8 | DB | AC | 1 | 0 | 15 | E | 40 | 27 | 4D |
Octal | 330 | 333 | 254 | 1 | 0 | 25 | 16 | 100 | 47 | 115 |
Binary | 11011000 | 11011011 | 10101100 | 1 | 0 | 10101 | 1110 | 1000000 | 100111 | 1001101 |
Color Harmonies of #D8DBAC
Complementary color
Monochromatic Colors of #D8DBAC
Black with #D8DBAC
Text Example
Text Example
White with #D8DBAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBAC; }
p { color: rgb(216,219,172); }
H1.HeaderClassName
{
color: #D8DBAC;
}
.AnyTagClassName
{
color: #D8DBAC;
}
</style>
background-color css
<style>
a { background-color: #D8DBAC; }
a { background-color: rgb(216,219,172); }
div.DivClassName
{
background-color: #D8DBAC;
}
.BgClassName
{
background-color: #D8DBAC;
}
</style>
border-color css
<style>
span { border-color: #D8DBAC; }
span { border-color: rgb(216,219,172); }
td.TdClassName
{
border-color: #D8DBAC;
}
.TagClassName
{
border-color: #D8DBAC;
}
</style>