#D1D5AA

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

Shades of Orinoco #D1D5AA

Tints of Orinoco #D1D5AA

Color information

#D1D5AA (or 0xD1D5AA) is unknown color: approx Orinoco. HEX triplet: D1, D5 and AA. RGB value is (209,213,170). Sum of RGB (Red+Green+Blue) = 209+213+170=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 213 (83.59% from 255 or 35.98% from 592); Blue value is 170 (66.80% from 255 or 28.72% from 592); Max value from RGB is 213 - color contains mainly: green. Hex color #D1D5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D5AA is #2E2A55. Grayscale: #CFCFCF. Windows color (decimal): -3025494 or 11195857. OLE color: 11195857.

HSL color Cylindrical-coordinate representation of color #D1D5AA: hue angle of 65.58º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D1D5AA is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB209213170-
CMYK0.0200.200.16
HSL65.58º33.86%75.1%-
HSV(B)65.58º20.19%83.53%-
XYZ57.3464.0547.37-
YUV206.9107.17129.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 213 (83.59% from 255) = 35.98%
BLUE value IS 170 (66.80% from 255) = 28.72%
R=35.30%
G=35.98%
B=28.72%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092131700.0200.200.1665.5833.8675.1
HexD1D5AA20141042224b
Octal32132525220242010242113
Binary110100011101010110101010100101001000010000101000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D5AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D5AA; }

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

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

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

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

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

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

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

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