#D6DA9F

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

Shades of Orinoco #D6DA9F

Tints of Orinoco #D6DA9F

Color information

#D6DA9F (or 0xD6DA9F) is unknown color: approx Orinoco. HEX triplet: D6, DA and 9F. RGB value is (214,218,159). Sum of RGB (Red+Green+Blue) = 214+218+159=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 218 (85.55% from 255 or 36.89% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DA9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DA9F is #292560. Grayscale: #D2D2D2. Windows color (decimal): -2696545 or 10476246. OLE color: 10476246.

HSL color Cylindrical-coordinate representation of color #D6DA9F: hue angle of 64.07º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6DA9F is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB214218159-
CMYK0.0200.270.15
HSL64.07º44.36%73.92%-
HSV(B)64.07º27.06%85.49%-
XYZ59.0666.9442.61-
YUV210.0899.17130.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 218 (85.55% from 255) = 36.89%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=36.21%
G=36.89%
B=26.90%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181590.0200.270.1564.0744.3673.92
HexD6DA9F201BF402c4a
Octal32633223720331710054112
Binary11010110110110101001111110011011111110000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DA9F; }

 p { color: rgb(214,218,159); }

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

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

 a { background-color: rgb(214,218,159); }

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

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

 span { border-color: rgb(214,218,159); }

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