#D4DAA9

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

Shades of Orinoco #D4DAA9

Tints of Orinoco #D4DAA9

Color information

#D4DAA9 (or 0xD4DAA9) is unknown color: approx Orinoco. HEX triplet: D4, DA and A9. RGB value is (212,218,169). Sum of RGB (Red+Green+Blue) = 212+218+169=599 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.39% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 169 (66.41% from 255 or 28.21% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D4DAA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DAA9 is #2B2556. Grayscale: #D2D2D2. Windows color (decimal): -2827607 or 11131604. OLE color: 11131604.

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

Color convert

RGB212218169-
CMYK0.0300.220.15
HSL67.35º39.84%75.88%-
HSV(B)67.35º22.48%85.49%-
XYZ59.386747.34-
YUV210.62104.51128.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.39%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 169 (66.41% from 255) = 28.21%
R=35.39%
G=36.39%
B=28.21%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122181690.0300.220.1567.3539.8475.88
HexD4DAA93016F43284c
Octal32433225130261710350114
Binary11010100110110101010100111010110111110000111010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DAA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DAA9; }

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

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

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

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

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

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

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

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