#D6D5AC

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

Shades of Orinoco #D6D5AC

Tints of Orinoco #D6D5AC

Color information

#D6D5AC (or 0xD6D5AC) is unknown color: approx Orinoco. HEX triplet: D6, D5 and AC. RGB value is (214,213,172). Sum of RGB (Red+Green+Blue) = 214+213+172=599 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.73% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 172 (67.58% from 255 or 28.71% from 599); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D5AC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D5AC is #292A53. Grayscale: #D0D0D0. Windows color (decimal): -2697812 or 11326934. OLE color: 11326934.

HSL color Cylindrical-coordinate representation of color #D6D5AC: hue angle of 58.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6D5AC is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214213172-
CMYK00.000.200.16
HSL58.57º33.87%75.69%-
HSV(B)58.57º19.63%83.92%-
XYZ58.9764.8648.44-
YUV208.62107.33131.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.73%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 172 (67.58% from 255) = 28.71%
R=35.73%
G=35.56%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421317200.000.200.1658.5733.8775.69
HexD6D5AC0014103b224c
Octal3263252540024207342114
Binary1101011011010101101011000010100100001110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D5AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D5AC; }

 p { color: rgb(214,213,172); }

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

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

 a { background-color: rgb(214,213,172); }

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

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

 span { border-color: rgb(214,213,172); }

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