#D3D79B

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

Shades of Orinoco #D3D79B

Tints of Orinoco #D3D79B

Color information

#D3D79B (or 0xD3D79B) is unknown color: approx Orinoco. HEX triplet: D3, D7 and 9B. RGB value is (211,215,155). Sum of RGB (Red+Green+Blue) = 211+215+155=581 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.32% from 581); Green value is 215 (84.38% from 255 or 37.01% from 581); Blue value is 155 (60.94% from 255 or 26.68% from 581); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D79B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D79B is #2C2864. Grayscale: #CFCFCF. Windows color (decimal): -2893925 or 10213331. OLE color: 10213331.

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

Color convert

RGB211215155-
CMYK0.0200.280.16
HSL64º42.86%72.55%-
HSV(B)64º27.91%84.31%-
XYZ57.0864.8240.51-
YUV206.9698.67130.88-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.32%
GREEN value IS 215 (84.38% from 255) = 37.01%
BLUE value IS 155 (60.94% from 255) = 26.68%
R=36.32%
G=37.01%
B=26.68%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112151550.0200.280.166442.8672.55
HexD3D79B201C10402b49
Octal32332723320342010053111
Binary110100111101011110011011100111001000010000001010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D79B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D79B; }

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

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

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

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

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

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

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

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