#D8DAA7

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

Shades of Orinoco #D8DAA7

Tints of Orinoco #D8DAA7

Color information

#D8DAA7 (or 0xD8DAA7) is unknown color: approx Orinoco. HEX triplet: D8, DA and A7. RGB value is (216,218,167). Sum of RGB (Red+Green+Blue) = 216+218+167=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 218 (85.55% from 255 or 36.27% from 601); Blue value is 167 (65.62% from 255 or 27.79% from 601); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAA7 is #272558. Grayscale: #D3D3D3. Windows color (decimal): -2565465 or 11000536. OLE color: 11000536.

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

Color convert

RGB216218167-
CMYK0.0100.230.15
HSL62.35º40.8%75.49%-
HSV(B)62.35º23.39%85.49%-
XYZ60.3767.5346.41-
YUV211.59102.84131.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 218 (85.55% from 255) = 36.27%
BLUE value IS 167 (65.62% from 255) = 27.79%
R=35.94%
G=36.27%
B=27.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181670.0100.230.1562.3540.875.49
HexD8DAA71017F3e294b
Octal3303322471027177651113
Binary110110001101101010100111101011111111111101010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAA7; }

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

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

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

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

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

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

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

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