#D8DAA6

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

Shades of Orinoco #D8DAA6

Tints of Orinoco #D8DAA6

Color information

#D8DAA6 (or 0xD8DAA6) is unknown color: approx Orinoco. HEX triplet: D8, DA and A6. RGB value is (216,218,166). Sum of RGB (Red+Green+Blue) = 216+218+166=600 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 166 (65.23% from 255 or 27.67% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA6 is #272559. Grayscale: #D3D3D3. Windows color (decimal): -2565466 or 10935000. OLE color: 10935000.

HSL color Cylindrical-coordinate representation of color #D8DAA6: hue angle of 62.31º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8DAA6 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216218166-
CMYK0.0100.240.15
HSL62.31º41.27%75.29%-
HSV(B)62.31º23.85%85.49%-
XYZ60.2767.4945.93-
YUV211.47102.34131.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36%
GREEN value IS 218 (85.55% from 255) = 36.33%
BLUE value IS 166 (65.23% from 255) = 27.67%
R=36%
G=36.33%
B=27.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181660.0100.240.1562.3141.2775.29
HexD8DAA61018F3e294b
Octal3303322461030177651113
Binary110110001101101010100110101100011111111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAA6; }

 p { color: rgb(216,218,166); }

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

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

 a { background-color: rgb(216,218,166); }

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

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

 span { border-color: rgb(216,218,166); }

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