#D7DCA9

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

Shades of Orinoco #D7DCA9

Tints of Orinoco #D7DCA9

Color information

#D7DCA9 (or 0xD7DCA9) is unknown color: approx Orinoco. HEX triplet: D7, DC and A9. RGB value is (215,220,169). Sum of RGB (Red+Green+Blue) = 215+220+169=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 169 (66.41% from 255 or 27.98% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DCA9 is #282356. Grayscale: #D4D4D4. Windows color (decimal): -2630487 or 11132119. OLE color: 11132119.

HSL color Cylindrical-coordinate representation of color #D7DCA9: hue angle of 65.88º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D7DCA9 is Cyan = 0.02, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB215220169-
CMYK0.0200.230.14
HSL65.88º42.15%76.27%-
HSV(B)65.88º23.18%86.27%-
XYZ60.7868.547.55-
YUV212.69103.34129.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 220 (86.33% from 255) = 36.42%
BLUE value IS 169 (66.41% from 255) = 27.98%
R=35.60%
G=36.42%
B=27.98%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201690.0200.230.1465.8842.1576.27
HexD7DCA92017E422a4c
Octal32733425120271610252114
Binary11010111110111001010100110010111111010000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCA9; }

 p { color: rgb(215,220,169); }

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

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

 a { background-color: rgb(215,220,169); }

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

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

 span { border-color: rgb(215,220,169); }

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