#D3D6A2

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

Shades of Orinoco #D3D6A2

Tints of Orinoco #D3D6A2

Color information

#D3D6A2 (or 0xD3D6A2) is unknown color: approx Orinoco. HEX triplet: D3, D6 and A2. RGB value is (211,214,162). Sum of RGB (Red+Green+Blue) = 211+214+162=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 214 (83.98% from 255 or 36.46% from 587); Blue value is 162 (63.67% from 255 or 27.60% from 587); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D6A2 is #2C295D. Grayscale: #CFCFCF. Windows color (decimal): -2894174 or 10671827. OLE color: 10671827.

HSL color Cylindrical-coordinate representation of color #D3D6A2: hue angle of 63.46º degrees, saturation: 0.39, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D3D6A2 is Cyan = 0.01, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB211214162-
CMYK0.0100.240.16
HSL63.46º38.81%73.73%-
HSV(B)63.46º24.3%83.92%-
XYZ57.4364.5543.61-
YUV207.18102.51130.73-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.95%
GREEN value IS 214 (83.98% from 255) = 36.46%
BLUE value IS 162 (63.67% from 255) = 27.60%
R=35.95%
G=36.46%
B=27.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112141620.0100.240.1663.4638.8173.73
HexD3D6A21018103f274a
Octal3233262421030207747112
Binary1101001111010110101000101011000100001111111001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D6A2; }

 p { color: rgb(211,214,162); }

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

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

 a { background-color: rgb(211,214,162); }

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

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

 span { border-color: rgb(211,214,162); }

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