#D7D6AF

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

Shades of Orinoco #D7D6AF

Tints of Orinoco #D7D6AF

Color information

#D7D6AF (or 0xD7D6AF) is unknown color: approx Orinoco. HEX triplet: D7, D6 and AF. RGB value is (215,214,175). Sum of RGB (Red+Green+Blue) = 215+214+175=604 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.60% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 175 (68.75% from 255 or 28.97% from 604); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D6AF is #282950. Grayscale: #D2D2D2. Windows color (decimal): -2632017 or 11523799. OLE color: 11523799.

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

Color convert

RGB215214175-
CMYK00.000.190.16
HSL58.5º33.33%76.47%-
HSV(B)58.5º18.6%84.31%-
XYZ59.8165.6450.07-
YUV209.85108.33131.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.60%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 175 (68.75% from 255) = 28.97%
R=35.60%
G=35.43%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521417500.000.190.1658.533.3376.47
HexD7D6AF0013103a214c
Octal3273262570023207241114
Binary1101011111010110101011110010011100001110101000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6AF; }

 p { color: rgb(215,214,175); }

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

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

 a { background-color: rgb(215,214,175); }

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

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

 span { border-color: rgb(215,214,175); }

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