#D1D59F

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

Shades of Orinoco #D1D59F

Tints of Orinoco #D1D59F

Color information

#D1D59F (or 0xD1D59F) is unknown color: approx Orinoco. HEX triplet: D1, D5 and 9F. RGB value is (209,213,159). Sum of RGB (Red+Green+Blue) = 209+213+159=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 213 (83.59% from 255 or 36.66% from 581); Blue value is 159 (62.5% from 255 or 27.37% from 581); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D59F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D59F is #2E2A60. Grayscale: #CDCDCD. Windows color (decimal): -3025505 or 10474961. OLE color: 10474961.

HSL color Cylindrical-coordinate representation of color #D1D59F: hue angle of 64.44º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1D59F is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.16.

Color convert

RGB209213159-
CMYK0.0200.250.16
HSL64.44º39.13%72.94%-
HSV(B)64.44º25.35%83.53%-
XYZ56.3563.6542.12-
YUV205.65101.67130.39-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 213 (83.59% from 255) = 36.66%
BLUE value IS 159 (62.5% from 255) = 27.37%
R=35.97%
G=36.66%
B=27.37%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092131590.0200.250.1664.4439.1372.94
HexD1D59F201910402749
Octal32132523720312010047111
Binary110100011101010110011111100110011000010000001001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D59F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D59F; }

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

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

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

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

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

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

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

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