#D4D89D

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

Shades of Orinoco #D4D89D

Tints of Orinoco #D4D89D

Color information

#D4D89D (or 0xD4D89D) is unknown color: approx Orinoco. HEX triplet: D4, D8 and 9D. RGB value is (212,216,157). Sum of RGB (Red+Green+Blue) = 212+216+157=585 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.24% from 585); Green value is 216 (84.77% from 255 or 36.92% from 585); Blue value is 157 (61.72% from 255 or 26.84% from 585); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D89D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D89D is #2B2762. Grayscale: #D0D0D0. Windows color (decimal): -2828131 or 10344660. OLE color: 10344660.

HSL color Cylindrical-coordinate representation of color #D4D89D: hue angle of 64.07º 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 #D4D89D is Cyan = 0.02, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.15.

Color convert

RGB212216157-
CMYK0.0200.270.15
HSL64.07º43.07%73.14%-
HSV(B)64.07º27.31%84.71%-
XYZ57.7965.5441.5-
YUV208.0899.17130.8-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.24%
GREEN value IS 216 (84.77% from 255) = 36.92%
BLUE value IS 157 (61.72% from 255) = 26.84%
R=36.24%
G=36.92%
B=26.84%

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
Decimal2122161570.0200.270.1564.0743.0773.14
HexD4D89D201BF402b49
Octal32433023520331710053111
Binary11010100110110001001110110011011111110000001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D89D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D89D; }

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

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

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

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

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

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

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

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