#D9D8B1

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

Shades of Orinoco #D9D8B1

Tints of Orinoco #D9D8B1

Color information

#D9D8B1 (or 0xD9D8B1) is unknown color: approx Orinoco. HEX triplet: D9, D8 and B1. RGB value is (217,216,177). Sum of RGB (Red+Green+Blue) = 217+216+177=610 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.57% from 610); Green value is 216 (84.77% from 255 or 35.41% from 610); Blue value is 177 (69.53% from 255 or 29.02% from 610); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D8B1 is #26274E. Grayscale: #D4D4D4. Windows color (decimal): -2500431 or 11655385. OLE color: 11655385.

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

Color convert

RGB217216177-
CMYK00.000.180.15
HSL58.5º34.48%77.25%-
HSV(B)58.5º18.43%85.1%-
XYZ61.1167.0451.31-
YUV211.85108.33131.67-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.57%
GREEN value IS 216 (84.77% from 255) = 35.41%
BLUE value IS 177 (69.53% from 255) = 29.02%
R=35.57%
G=35.41%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721617700.000.180.1558.534.4877.25
HexD9D8B10012F3a224d
Octal3313302610022177242115
Binary110110011101100010110001001001011111110101000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8B1; }

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

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

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

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

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

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

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

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