#d4d89e

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

Shades of Orinoco #D4D89E

Tints of Orinoco #D4D89E

Color information

#D4D89E (or 0xD4D89E) is unknown color: approx Orinoco. HEX triplet: D4, D8 and 9E. RGB value is (212,216,158). Sum of RGB (Red+Green+Blue) = 212+216+158=586 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.18% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 158 (62.11% from 255 or 26.96% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D89E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D89E is #2B2761. Grayscale: #D0D0D0. Windows color (decimal): -2828130 or 10410196. OLE color: 10410196.

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

Color convert

RGB212216158-
CMYK0.0200.270.15
HSL64.14º42.65%73.33%-
HSV(B)64.14º26.85%84.71%-
XYZ57.8865.5841.95-
YUV208.1999.67130.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.18%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 158 (62.11% from 255) = 26.96%
R=36.18%
G=36.86%
B=26.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122161580.0200.270.1564.1442.6573.33
HexD4D89E201BF402b49
Octal32433023620331710053111
Binary11010100110110001001111010011011111110000001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d4d89e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d4d89e; }

 p { color: rgb(212,216,158); }

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

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

 a { background-color: rgb(212,216,158); }

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

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

 span { border-color: rgb(212,216,158); }

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