#D1D39F

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

Shades of Orinoco #D1D39F

Tints of Orinoco #D1D39F

Color information

#D1D39F (or 0xD1D39F) is unknown color: approx Orinoco. HEX triplet: D1, D3 and 9F. RGB value is (209,211,159). Sum of RGB (Red+Green+Blue) = 209+211+159=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 211 (82.81% from 255 or 36.44% from 579); Blue value is 159 (62.5% from 255 or 27.46% from 579); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D39F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D39F is #2E2C60. Grayscale: #CCCCCC. Windows color (decimal): -3026017 or 10474449. OLE color: 10474449.

HSL color Cylindrical-coordinate representation of color #D1D39F: hue angle of 62.31º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1D39F is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.17.

Color convert

RGB209211159-
CMYK0.0100.250.17
HSL62.31º37.14%72.55%-
HSV(B)62.31º24.64%82.75%-
XYZ55.8562.6541.95-
YUV204.47102.34131.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 211 (82.81% from 255) = 36.44%
BLUE value IS 159 (62.5% from 255) = 27.46%
R=36.10%
G=36.44%
B=27.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092111590.0100.250.1762.3137.1472.55
HexD1D39F1019113e2549
Octal3213232371031217645111
Binary1101000111010011100111111011001100011111101001011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D39F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D39F; }

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

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

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

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

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

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

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

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