#D1D89F

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

Shades of Orinoco #D1D89F

Tints of Orinoco #D1D89F

Color information

#D1D89F (or 0xD1D89F) is unknown color: approx Orinoco. HEX triplet: D1, D8 and 9F. RGB value is (209,216,159). Sum of RGB (Red+Green+Blue) = 209+216+159=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 216 (84.77% from 255 or 36.99% from 584); Blue value is 159 (62.5% from 255 or 27.23% from 584); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D89F is #2E2760. Grayscale: #CFCFCF. Windows color (decimal): -3024737 or 10475729. OLE color: 10475729.

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

Color convert

RGB209216159-
CMYK0.0300.260.15
HSL67.37º42.22%73.53%-
HSV(B)67.37º26.39%84.71%-
XYZ57.1165.1742.37-
YUV207.41100.68129.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.79%
GREEN value IS 216 (84.77% from 255) = 36.99%
BLUE value IS 159 (62.5% from 255) = 27.23%
R=35.79%
G=36.99%
B=27.23%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092161590.0300.260.1567.3742.2273.53
HexD1D89F301AF432a4a
Octal32133023730321710352112
Binary11010001110110001001111111011010111110000111010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D89F; }

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

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

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

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

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

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

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

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