#D6DAA1

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

Shades of Orinoco #D6DAA1

Tints of Orinoco #D6DAA1

Color information

#D6DAA1 (or 0xD6DAA1) is unknown color: approx Orinoco. HEX triplet: D6, DA and A1. RGB value is (214,218,161). Sum of RGB (Red+Green+Blue) = 214+218+161=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 218 (85.55% from 255 or 36.76% from 593); Blue value is 161 (63.28% from 255 or 27.15% from 593); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAA1 is #29255E. Grayscale: #D2D2D2. Windows color (decimal): -2696543 or 10607318. OLE color: 10607318.

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

Color convert

RGB214218161-
CMYK0.0200.260.15
HSL64.21º43.51%74.31%-
HSV(B)64.21º26.15%85.49%-
XYZ59.2467.0143.53-
YUV210.31100.17130.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.09%
GREEN value IS 218 (85.55% from 255) = 36.76%
BLUE value IS 161 (63.28% from 255) = 27.15%
R=36.09%
G=36.76%
B=27.15%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181610.0200.260.1564.2143.5174.31
HexD6DAA1201AF402c4a
Octal32633224120321710054112
Binary11010110110110101010000110011010111110000001011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAA1; }

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

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

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

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

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

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

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

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