#D6DAA7

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

Shades of Orinoco #D6DAA7

Tints of Orinoco #D6DAA7

Color information

#D6DAA7 (or 0xD6DAA7) is unknown color: approx Orinoco. HEX triplet: D6, DA and A7. RGB value is (214,218,167). Sum of RGB (Red+Green+Blue) = 214+218+167=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 218 (85.55% from 255 or 36.39% from 599); Blue value is 167 (65.62% from 255 or 27.88% from 599); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA7 is #292558. Grayscale: #D3D3D3. Windows color (decimal): -2696537 or 11000534. OLE color: 11000534.

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

Color convert

RGB214218167-
CMYK0.0200.230.15
HSL64.71º40.8%75.49%-
HSV(B)64.71º23.39%85.49%-
XYZ59.7867.2346.39-
YUV210.99103.17130.15-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 218 (85.55% from 255) = 36.39%
BLUE value IS 167 (65.62% from 255) = 27.88%
R=35.73%
G=36.39%
B=27.88%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181670.0200.230.1564.7140.875.49
HexD6DAA72017F41294b
Octal32633224720271710151113
Binary11010110110110101010011110010111111110000011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAA7; }

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

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

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

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

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

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

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

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