#D1DAA9

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

Shades of Orinoco #D1DAA9

Tints of Orinoco #D1DAA9

Color information

#D1DAA9 (or 0xD1DAA9) is unknown color: approx Orinoco. HEX triplet: D1, DA and A9. RGB value is (209,218,169). Sum of RGB (Red+Green+Blue) = 209+218+169=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 218 (85.55% from 255 or 36.58% from 596); Blue value is 169 (66.41% from 255 or 28.36% from 596); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA9 is #2E2556. Grayscale: #D1D1D1. Windows color (decimal): -3024215 or 11131601. OLE color: 11131601.

HSL color Cylindrical-coordinate representation of color #D1DAA9: hue angle of 71.02º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D1DAA9 is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB209218169-
CMYK0.0400.220.15
HSL71.02º39.84%75.88%-
HSV(B)71.02º22.48%85.49%-
XYZ58.5366.5647.3-
YUV209.72105.02127.48-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 218 (85.55% from 255) = 36.58%
BLUE value IS 169 (66.41% from 255) = 28.36%
R=35.07%
G=36.58%
B=28.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181690.0400.220.1571.0239.8475.88
HexD1DAA94016F47284c
Octal32133225140261710750114
Binary110100011101101010101001100010110111110001111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAA9; }

 p { color: rgb(209,218,169); }

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

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

 a { background-color: rgb(209,218,169); }

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

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

 span { border-color: rgb(209,218,169); }

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