#D1D2A0

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

Shades of Orinoco #D1D2A0

Tints of Orinoco #D1D2A0

Color information

#D1D2A0 (or 0xD1D2A0) is unknown color: approx Orinoco. HEX triplet: D1, D2 and A0. RGB value is (209,210,160). Sum of RGB (Red+Green+Blue) = 209+210+160=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 210 (82.42% from 255 or 36.27% from 579); Blue value is 160 (62.89% from 255 or 27.63% from 579); Max value from RGB is 210 - color contains mainly: green. Hex color #D1D2A0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D2A0 is #2E2D5F. Grayscale: #CCCCCC. Windows color (decimal): -3026272 or 10539729. OLE color: 10539729.

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

Color convert

RGB209210160-
CMYK0.0000.240.18
HSL61.2º35.71%72.55%-
HSV(B)61.2º23.81%82.35%-
XYZ55.6962.1942.33-
YUV204103.17131.57-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 210 (82.42% from 255) = 36.27%
BLUE value IS 160 (62.89% from 255) = 27.63%
R=36.10%
G=36.27%
B=27.63%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092101600.0000.240.1861.235.7172.55
HexD1D2A00018123d2449
Octal3213222400030227544111
Binary1101000111010010101000000011000100101111011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D2A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D2A0; }

 p { color: rgb(209,210,160); }

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

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

 a { background-color: rgb(209,210,160); }

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

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

 span { border-color: rgb(209,210,160); }

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