#D3D9A4

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

Shades of Orinoco #D3D9A4

Tints of Orinoco #D3D9A4

Color information

#D3D9A4 (or 0xD3D9A4) is unknown color: approx Orinoco. HEX triplet: D3, D9 and A4. RGB value is (211,217,164). Sum of RGB (Red+Green+Blue) = 211+217+164=592 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.64% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 164 (64.45% from 255 or 27.70% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #D3D9A4 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D9A4 is #2C265B. Grayscale: #D1D1D1. Windows color (decimal): -2893404 or 10803667. OLE color: 10803667.

HSL color Cylindrical-coordinate representation of color #D3D9A4: hue angle of 66.79º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3D9A4 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB211217164-
CMYK0.0300.240.15
HSL66.79º41.09%74.71%-
HSV(B)66.79º24.42%85.1%-
XYZ58.3866.1544.81-
YUV209.16102.51129.31-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.64%
GREEN value IS 217 (85.16% from 255) = 36.66%
BLUE value IS 164 (64.45% from 255) = 27.70%
R=35.64%
G=36.66%
B=27.70%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112171640.0300.240.1566.7941.0974.71
HexD3D9A43018F43294b
Octal32333124430301710351113
Binary11010011110110011010010011011000111110000111010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D9A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D9A4; }

 p { color: rgb(211,217,164); }

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

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

 a { background-color: rgb(211,217,164); }

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

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

 span { border-color: rgb(211,217,164); }

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