#D7DAA9

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

Shades of Orinoco #D7DAA9

Tints of Orinoco #D7DAA9

Color information

#D7DAA9 (or 0xD7DAA9) is unknown color: approx Orinoco. HEX triplet: D7, DA and A9. RGB value is (215,218,169). Sum of RGB (Red+Green+Blue) = 215+218+169=602 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.71% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DAA9 is #282556. Grayscale: #D3D3D3. Windows color (decimal): -2630999 or 11131607. OLE color: 11131607.

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

Color convert

RGB215218169-
CMYK0.0100.220.15
HSL63.67º39.84%75.88%-
HSV(B)63.67º22.48%85.49%-
XYZ60.2667.4547.38-
YUV211.52104.01130.48-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.71%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 169 (66.41% from 255) = 28.07%
R=35.71%
G=36.21%
B=28.07%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181690.0100.220.1563.6739.8475.88
HexD7DAA91016F40284c
Octal32733225110261710050114
Binary1101011111011010101010011010110111110000001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAA9; }

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

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

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

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

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

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

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

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