#D4D89F

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

Shades of Orinoco #D4D89F

Tints of Orinoco #D4D89F

Color information

#D4D89F (or 0xD4D89F) is unknown color: approx Orinoco. HEX triplet: D4, D8 and 9F. RGB value is (212,216,159). Sum of RGB (Red+Green+Blue) = 212+216+159=587 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.12% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 159 (62.5% from 255 or 27.09% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D89F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D89F is #2B2760. Grayscale: #D0D0D0. Windows color (decimal): -2828129 or 10475732. OLE color: 10475732.

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

Color convert

RGB212216159-
CMYK0.0200.260.15
HSL64.21º42.22%73.53%-
HSV(B)64.21º26.39%84.71%-
XYZ57.9765.6142.41-
YUV208.31100.17130.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.12%
GREEN value IS 216 (84.77% from 255) = 36.80%
BLUE value IS 159 (62.5% from 255) = 27.09%
R=36.12%
G=36.80%
B=27.09%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2122161590.0200.260.1564.2142.2273.53
HexD4D89F201AF402a4a
Octal32433023720321710052112
Binary11010100110110001001111110011010111110000001010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D89F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D89F; }

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

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

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

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

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

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

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

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