#D4DCA9

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

Shades of Orinoco #D4DCA9

Tints of Orinoco #D4DCA9

Color information

#D4DCA9 (or 0xD4DCA9) is unknown color: approx Orinoco. HEX triplet: D4, DC and A9. RGB value is (212,220,169). Sum of RGB (Red+Green+Blue) = 212+220+169=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 169 (66.41% from 255 or 28.12% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4DCA9 is #2B2356. Grayscale: #D3D3D3. Windows color (decimal): -2827095 or 11132116. OLE color: 11132116.

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

Color convert

RGB212220169-
CMYK0.0400.230.14
HSL69.41º42.15%76.27%-
HSV(B)69.41º23.18%86.27%-
XYZ59.9168.0547.51-
YUV211.79103.85128.15-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 169 (66.41% from 255) = 28.12%
R=35.27%
G=36.61%
B=28.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122201690.0400.230.1469.4142.1576.27
HexD4DCA94017E452a4c
Octal32433425140271610552114
Binary110101001101110010101001100010111111010001011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DCA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DCA9; }

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

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

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

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

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

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

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

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