#D9D8B5

Color #D9D8B5 Orinoco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orinoco #D9D8B5

Tints of Orinoco #D9D8B5

Color information

#D9D8B5 (or 0xD9D8B5) is unknown color: approx Orinoco. HEX triplet: D9, D8 and B5. RGB value is (217,216,181). Sum of RGB (Red+Green+Blue) = 217+216+181=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 181 (71.09% from 255 or 29.48% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8B5 is #26274A. Grayscale: #D4D4D4. Windows color (decimal): -2500427 or 11917529. OLE color: 11917529.

HSL color Cylindrical-coordinate representation of color #D9D8B5: hue angle of 58.33º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9D8B5 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217216181-
CMYK00.000.170.15
HSL58.33º32.14%78.04%-
HSV(B)58.33º16.59%85.1%-
XYZ61.5167.253.44-
YUV212.31110.33131.35-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 181 (71.09% from 255) = 29.48%
R=35.34%
G=35.18%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721618100.000.170.1558.3332.1478.04
HexD9D8B50011F3a204e
Octal3313302650021177240116
Binary110110011101100010110101001000111111110101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8B5; }

 p { color: rgb(217,216,181); }

 H1.HeaderClassName
 {
   color: #D9D8B5;
 }
 .AnyTagClassName
 {
   color: #D9D8B5;
 }
</style>
background-color css

<style>
 a { background-color: #D9D8B5; }

 a { background-color: rgb(217,216,181); }

 div.DivClassName
 {
   background-color: #D9D8B5;
 }
 .BgClassName
 {
   background-color: #D9D8B5;
 }
</style>
border-color css

<style>
 span { border-color: #D9D8B5; }

 span { border-color: rgb(217,216,181); }

 td.TdClassName
 {
   border-color: #D9D8B5;
 }
 .TagClassName
 {
   border-color: #D9D8B5;
 }
</style>