#D3D6A6

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

Shades of Orinoco #D3D6A6

Tints of Orinoco #D3D6A6

Color information

#D3D6A6 (or 0xD3D6A6) is unknown color: approx Orinoco. HEX triplet: D3, D6 and A6. RGB value is (211,214,166). Sum of RGB (Red+Green+Blue) = 211+214+166=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 214 (83.98% from 255 or 36.21% from 591); Blue value is 166 (65.23% from 255 or 28.09% from 591); Max value from RGB is 214 - color contains mainly: green. Hex color #D3D6A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D6A6 is #2C2959. Grayscale: #CFCFCF. Windows color (decimal): -2894170 or 10933971. OLE color: 10933971.

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

Color convert

RGB211214166-
CMYK0.0100.220.16
HSL63.75º36.92%74.51%-
HSV(B)63.75º22.43%83.92%-
XYZ57.7964.745.52-
YUV207.63104.51130.4-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 214 (83.98% from 255) = 36.21%
BLUE value IS 166 (65.23% from 255) = 28.09%
R=35.70%
G=36.21%
B=28.09%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112141660.0100.220.1663.7536.9274.51
HexD3D6A610161040254b
Octal32332624610262010045113
Binary11010011110101101010011010101101000010000001001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D6A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D6A6; }

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

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

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

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

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

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

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

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