#D1D5A1

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

Shades of Orinoco #D1D5A1

Tints of Orinoco #D1D5A1

Color information

#D1D5A1 (or 0xD1D5A1) is unknown color: approx Orinoco. HEX triplet: D1, D5 and A1. RGB value is (209,213,161). Sum of RGB (Red+Green+Blue) = 209+213+161=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 213 (83.59% from 255 or 36.54% from 583); Blue value is 161 (63.28% from 255 or 27.62% from 583); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5A1 is #2E2A5E. Grayscale: #CECECE. Windows color (decimal): -3025503 or 10606033. OLE color: 10606033.

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

Color convert

RGB209213161-
CMYK0.0200.240.16
HSL64.62º38.24%73.33%-
HSV(B)64.62º24.41%83.53%-
XYZ56.5263.7243.04-
YUV205.88102.67130.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 213 (83.59% from 255) = 36.54%
BLUE value IS 161 (63.28% from 255) = 27.62%
R=35.85%
G=36.54%
B=27.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092131610.0200.240.1664.6238.2473.33
HexD1D5A1201810412649
Octal32132524120302010146111
Binary110100011101010110100001100110001000010000011001101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5A1; }

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

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

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

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

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

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

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

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