#D8D6B6

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

Shades of Orinoco #D8D6B6

Tints of Orinoco #D8D6B6

Color information

#D8D6B6 (or 0xD8D6B6) is unknown color: approx Orinoco. HEX triplet: D8, D6 and B6. RGB value is (216,214,182). Sum of RGB (Red+Green+Blue) = 216+214+182=612 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.29% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 182 (71.48% from 255 or 29.74% from 612); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D6B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D6B6 is #272949. Grayscale: #D3D3D3. Windows color (decimal): -2566474 or 11982552. OLE color: 11982552.

HSL color Cylindrical-coordinate representation of color #D8D6B6: hue angle of 56.47º degrees, saturation: 0.3, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8D6B6 is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB216214182-
CMYK00.010.160.15
HSL56.47º30.36%78.04%-
HSV(B)56.47º15.74%84.71%-
XYZ60.8166.0753.8-
YUV210.95111.66131.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.29%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 182 (71.48% from 255) = 29.74%
R=35.29%
G=34.97%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621418200.010.160.1556.4730.3678.04
HexD8D6B60110F381e4e
Octal3303262660120177036116
Binary11011000110101101011011001100001111111000111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D6B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D6B6; }

 p { color: rgb(216,214,182); }

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

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

 a { background-color: rgb(216,214,182); }

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

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

 span { border-color: rgb(216,214,182); }

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