#D5DAA9

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

Shades of Orinoco #D5DAA9

Tints of Orinoco #D5DAA9

Color information

#D5DAA9 (or 0xD5DAA9) is unknown color: approx Orinoco. HEX triplet: D5, DA and A9. RGB value is (213,218,169). Sum of RGB (Red+Green+Blue) = 213+218+169=600 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.5% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 169 (66.41% from 255 or 28.17% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAA9 is #2A2556. Grayscale: #D3D3D3. Windows color (decimal): -2762071 or 11131605. OLE color: 11131605.

HSL color Cylindrical-coordinate representation of color #D5DAA9: hue angle of 66.12º 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 #D5DAA9 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB213218169-
CMYK0.0200.220.15
HSL66.12º39.84%75.88%-
HSV(B)66.12º22.48%85.49%-
XYZ59.6767.1547.35-
YUV210.92104.34129.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.5%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 169 (66.41% from 255) = 28.17%
R=35.5%
G=36.33%
B=28.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181690.0200.220.1566.1239.8475.88
HexD5DAA92016F42284c
Octal32533225120261710250114
Binary11010101110110101010100110010110111110000101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAA9; }

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

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

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

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

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

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

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

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