#D1D99F

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

Shades of Orinoco #D1D99F

Tints of Orinoco #D1D99F

Color information

#D1D99F (or 0xD1D99F) is unknown color: approx Orinoco. HEX triplet: D1, D9 and 9F. RGB value is (209,217,159). Sum of RGB (Red+Green+Blue) = 209+217+159=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 217 (85.16% from 255 or 37.09% from 585); Blue value is 159 (62.5% from 255 or 27.18% from 585); Max value from RGB is 217 - color contains mainly: green. Hex color #D1D99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D99F is #2E2660. Grayscale: #D0D0D0. Windows color (decimal): -3024481 or 10475985. OLE color: 10475985.

HSL color Cylindrical-coordinate representation of color #D1D99F: hue angle of 68.28º degrees, saturation: 0.43, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D1D99F is Cyan = 0.04, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB209217159-
CMYK0.0400.270.15
HSL68.28º43.28%73.73%-
HSV(B)68.28º26.73%85.1%-
XYZ57.3765.6842.46-
YUV208100.35128.72-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 217 (85.16% from 255) = 37.09%
BLUE value IS 159 (62.5% from 255) = 27.18%
R=35.73%
G=37.09%
B=27.18%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092171590.0400.270.1568.2843.2873.73
HexD1D99F401BF442b4a
Octal32133123740331710453112
Binary110100011101100110011111100011011111110001001010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D99F; }

 p { color: rgb(209,217,159); }

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

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

 a { background-color: rgb(209,217,159); }

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

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

 span { border-color: rgb(209,217,159); }

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