#D4D99F

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

Shades of Orinoco #D4D99F

Tints of Orinoco #D4D99F

Color information

#D4D99F (or 0xD4D99F) is unknown color: approx Orinoco. HEX triplet: D4, D9 and 9F. RGB value is (212,217,159). Sum of RGB (Red+Green+Blue) = 212+217+159=588 (77% of max value = 765). Red value is 212 (83.20% from 255 or 36.05% from 588); Green value is 217 (85.16% from 255 or 36.90% from 588); Blue value is 159 (62.5% from 255 or 27.04% from 588); Max value from RGB is 217 - color contains mainly: green. Hex color #D4D99F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D99F is #2B2660. Grayscale: #D1D1D1. Windows color (decimal): -2827873 or 10475988. OLE color: 10475988.

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

Color convert

RGB212217159-
CMYK0.0200.270.15
HSL65.17º43.28%73.73%-
HSV(B)65.17º26.73%85.1%-
XYZ58.2266.1342.5-
YUV208.8999.84130.22-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.05%
GREEN value IS 217 (85.16% from 255) = 36.90%
BLUE value IS 159 (62.5% from 255) = 27.04%
R=36.05%
G=36.90%
B=27.04%

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
Decimal2122171590.0200.270.1565.1743.2873.73
HexD4D99F201BF412b4a
Octal32433123720331710153112
Binary11010100110110011001111110011011111110000011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D99F; }

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

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

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

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

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

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

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

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