#D6DDA9

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

Shades of Orinoco #D6DDA9

Tints of Orinoco #D6DDA9

Color information

#D6DDA9 (or 0xD6DDA9) is unknown color: approx Orinoco. HEX triplet: D6, DD and A9. RGB value is (214,221,169). Sum of RGB (Red+Green+Blue) = 214+221+169=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 221 (86.72% from 255 or 36.59% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 221 - color contains mainly: green. Hex color #D6DDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DDA9 is #292256. Grayscale: #D5D5D5. Windows color (decimal): -2695767 or 11132374. OLE color: 11132374.

HSL color Cylindrical-coordinate representation of color #D6DDA9: hue angle of 68.08º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D6DDA9 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB214221169-
CMYK0.0300.240.13
HSL68.08º43.33%76.47%-
HSV(B)68.08º23.53%86.67%-
XYZ60.7568.8747.63-
YUV212.98103.18128.73-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 221 (86.72% from 255) = 36.59%
BLUE value IS 169 (66.41% from 255) = 27.98%
R=35.43%
G=36.59%
B=27.98%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2142211690.0300.240.1368.0843.3376.47
HexD6DDA93018D442b4c
Octal32633525130301510453114
Binary11010110110111011010100111011000110110001001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DDA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DDA9; }

 p { color: rgb(214,221,169); }

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

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

 a { background-color: rgb(214,221,169); }

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

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

 span { border-color: rgb(214,221,169); }

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