#D3D89C

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

Shades of Orinoco #D3D89C

Tints of Orinoco #D3D89C

Color information

#D3D89C (or 0xD3D89C) is unknown color: approx Orinoco. HEX triplet: D3, D8 and 9C. RGB value is (211,216,156). Sum of RGB (Red+Green+Blue) = 211+216+156=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 216 (84.77% from 255 or 37.05% from 583); Blue value is 156 (61.33% from 255 or 26.76% from 583); Max value from RGB is 216 - color contains mainly: green. Hex color #D3D89C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3D89C is #2C2763. Grayscale: #CFCFCF. Windows color (decimal): -2893668 or 10279123. OLE color: 10279123.

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

Color convert

RGB211216156-
CMYK0.0200.280.15
HSL65º43.48%72.94%-
HSV(B)65º27.78%84.71%-
XYZ57.4265.3641.04-
YUV207.6698.84130.38-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.19%
GREEN value IS 216 (84.77% from 255) = 37.05%
BLUE value IS 156 (61.33% from 255) = 26.76%
R=36.19%
G=37.05%
B=26.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112161560.0200.280.156543.4872.94
HexD3D89C201CF412b49
Octal32333023420341710153111
Binary11010011110110001001110010011100111110000011010111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D89C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D89C; }

 p { color: rgb(211,216,156); }

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

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

 a { background-color: rgb(211,216,156); }

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

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

 span { border-color: rgb(211,216,156); }

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