#D6DAA5

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

Shades of Orinoco #D6DAA5

Tints of Orinoco #D6DAA5

Color information

#D6DAA5 (or 0xD6DAA5) is unknown color: approx Orinoco. HEX triplet: D6, DA and A5. RGB value is (214,218,165). Sum of RGB (Red+Green+Blue) = 214+218+165=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 165 (64.84% from 255 or 27.64% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA5 is #29255A. Grayscale: #D2D2D2. Windows color (decimal): -2696539 or 10869462. OLE color: 10869462.

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

Color convert

RGB214218165-
CMYK0.0200.240.15
HSL64.53º41.73%75.1%-
HSV(B)64.53º24.31%85.49%-
XYZ59.5967.1645.42-
YUV210.76102.17130.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 165 (64.84% from 255) = 27.64%
R=35.85%
G=36.52%
B=27.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181650.0200.240.1564.5341.7375.1
HexD6DAA52018F412a4b
Octal32633224520301710152113
Binary11010110110110101010010110011000111110000011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAA5; }

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

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

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

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

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

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

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

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