Shades of Orinoco #D8DDB9
Tints of Orinoco #D8DDB9
RGB
CMYK
RGB Variations
Color information
#D8DDB9 (or 0xD8DDB9) is known color: Orinoco. HEX triplet: D8, DD and B9. RGB value is (216,221,185). Sum of RGB (Red+Green+Blue) = 216+221+185=622 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.73% from 622); Green value is 221 (86.72% from 255 or 35.53% from 622); Blue value is 185 (72.66% from 255 or 29.74% from 622); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDB9 is #272246. Grayscale: #D7D7D7. Windows color (decimal): -2564679 or 12180952. OLE color: 12180952.
HSL color Cylindrical-coordinate representation of color #D8DDB9: hue angle of 68.33º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8DDB9 is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 216 | 221 | 185 | - |
CMYK | 0.02 | 0 | 0.16 | 0.13 |
HSL | 68.33º | 0.35% | 0.8% | - |
HSV(B) | 68.33º | 0.16% | 0.87% | - |
XYZ | 62.93 | 69.81 | 56.06 | - |
YUV | 215.4 | 110.84 | 128.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 221 | 185 | 0.02 | 0 | 0.16 | 0.13 | 68.33 | 0.35 | 0.8 |
Hex | D8 | DD | B9 | 2 | 0 | 10 | D | 44 | 23 | 50 |
Octal | 330 | 335 | 271 | 2 | 0 | 20 | 15 | 104 | 43 | 120 |
Binary | 11011000 | 11011101 | 10111001 | 10 | 0 | 10000 | 1101 | 1000100 | 100011 | 1010000 |
Color Harmonies of #D8DDB9
Complementary color
Monochromatic Colors of #D8DDB9
Black with #D8DDB9
Text Example
Text Example
White with #D8DDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DDB9; }
p { color: rgb(216,221,185); }
H1.HeaderClassName
{
color: #D8DDB9;
}
.AnyTagClassName
{
color: #D8DDB9;
}
</style>
background-color css
<style>
a { background-color: #D8DDB9; }
a { background-color: rgb(216,221,185); }
div.DivClassName
{
background-color: #D8DDB9;
}
.BgClassName
{
background-color: #D8DDB9;
}
</style>
border-color css
<style>
span { border-color: #D8DDB9; }
span { border-color: rgb(216,221,185); }
td.TdClassName
{
border-color: #D8DDB9;
}
.TagClassName
{
border-color: #D8DDB9;
}
</style>