#D5DCA9

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

Shades of Orinoco #D5DCA9

Tints of Orinoco #D5DCA9

Color information

#D5DCA9 (or 0xD5DCA9) is unknown color: approx Orinoco. HEX triplet: D5, DC and A9. RGB value is (213,220,169). Sum of RGB (Red+Green+Blue) = 213+220+169=602 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.38% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 169 (66.41% from 255 or 28.07% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D5DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DCA9 is #2A2356. Grayscale: #D4D4D4. Windows color (decimal): -2761559 or 11132117. OLE color: 11132117.

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

Color convert

RGB213220169-
CMYK0.0300.230.14
HSL68.24º42.15%76.27%-
HSV(B)68.24º23.18%86.27%-
XYZ60.268.247.53-
YUV212.09103.68128.65-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.38%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 169 (66.41% from 255) = 28.07%
R=35.38%
G=36.54%
B=28.07%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132201690.0300.230.1468.2442.1576.27
HexD5DCA93017E442a4c
Octal32533425130271610452114
Binary11010101110111001010100111010111111010001001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DCA9; }

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

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

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

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

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

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

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

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