#D1D3A5

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

Shades of Orinoco #D1D3A5

Tints of Orinoco #D1D3A5

Color information

#D1D3A5 (or 0xD1D3A5) is unknown color: approx Orinoco. HEX triplet: D1, D3 and A5. RGB value is (209,211,165). Sum of RGB (Red+Green+Blue) = 209+211+165=585 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.73% from 585); Green value is 211 (82.81% from 255 or 36.07% from 585); Blue value is 165 (64.84% from 255 or 28.21% from 585); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D3A5 is #2E2C5A. Grayscale: #CDCDCD. Windows color (decimal): -3026011 or 10867665. OLE color: 10867665.

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

Color convert

RGB209211165-
CMYK0.0100.220.17
HSL62.61º34.33%73.73%-
HSV(B)62.61º21.8%82.75%-
XYZ56.3862.8644.76-
YUV205.16105.34130.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.73%
GREEN value IS 211 (82.81% from 255) = 36.07%
BLUE value IS 165 (64.84% from 255) = 28.21%
R=35.73%
G=36.07%
B=28.21%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092111650.0100.220.1762.6134.3373.73
HexD1D3A51016113f224a
Octal3213232451026217742112
Binary1101000111010011101001011010110100011111111000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D3A5; }

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

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

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

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

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

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

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

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