#D1D79B

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

Shades of Orinoco #D1D79B

Tints of Orinoco #D1D79B

Color information

#D1D79B (or 0xD1D79B) is unknown color: approx Orinoco. HEX triplet: D1, D7 and 9B. RGB value is (209,215,155). Sum of RGB (Red+Green+Blue) = 209+215+155=579 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.10% from 579); Green value is 215 (84.38% from 255 or 37.13% from 579); Blue value is 155 (60.94% from 255 or 26.77% from 579); Max value from RGB is 215 - color contains mainly: green. Hex color #D1D79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D79B is #2E2864. Grayscale: #CECECE. Windows color (decimal): -3024997 or 10213329. OLE color: 10213329.

HSL color Cylindrical-coordinate representation of color #D1D79B: hue angle of 66º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D1D79B is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB209215155-
CMYK0.0300.280.16
HSL66º42.86%72.55%-
HSV(B)66º27.91%84.31%-
XYZ56.5164.5240.49-
YUV206.3799.01129.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 36.10%
GREEN value IS 215 (84.38% from 255) = 37.13%
BLUE value IS 155 (60.94% from 255) = 26.77%
R=36.10%
G=37.13%
B=26.77%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092151550.0300.280.166642.8672.55
HexD1D79B301C10422b49
Octal32132723330342010253111
Binary110100011101011110011011110111001000010000101010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D79B; }

 p { color: rgb(209,215,155); }

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

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

 a { background-color: rgb(209,215,155); }

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

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

 span { border-color: rgb(209,215,155); }

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