#D1D3A1

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

Shades of Orinoco #D1D3A1

Tints of Orinoco #D1D3A1

Color information

#D1D3A1 (or 0xD1D3A1) is unknown color: approx Orinoco. HEX triplet: D1, D3 and A1. RGB value is (209,211,161). Sum of RGB (Red+Green+Blue) = 209+211+161=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 211 (82.81% from 255 or 36.32% from 581); Blue value is 161 (63.28% from 255 or 27.71% from 581); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D3A1 is #2E2C5E. Grayscale: #CCCCCC. Windows color (decimal): -3026015 or 10605521. OLE color: 10605521.

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

Color convert

RGB209211161-
CMYK0.0100.240.17
HSL62.4º36.23%72.94%-
HSV(B)62.4º23.7%82.75%-
XYZ56.0262.7242.87-
YUV204.7103.34131.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.97%
GREEN value IS 211 (82.81% from 255) = 36.32%
BLUE value IS 161 (63.28% from 255) = 27.71%
R=35.97%
G=36.32%
B=27.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092111610.0100.240.1762.436.2372.94
HexD1D3A11018113e2449
Octal3213232411030217644111
Binary1101000111010011101000011011000100011111101001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D3A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D3A1; }

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

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

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

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

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

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

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

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