#D7D6AE

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

Shades of Orinoco #D7D6AE

Tints of Orinoco #D7D6AE

Color information

#D7D6AE (or 0xD7D6AE) is unknown color: approx Orinoco. HEX triplet: D7, D6 and AE. RGB value is (215,214,174). Sum of RGB (Red+Green+Blue) = 215+214+174=603 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.66% from 603); Green value is 214 (83.98% from 255 or 35.49% from 603); Blue value is 174 (68.36% from 255 or 28.86% from 603); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D6AE is #282951. Grayscale: #D1D1D1. Windows color (decimal): -2632018 or 11458263. OLE color: 11458263.

HSL color Cylindrical-coordinate representation of color #D7D6AE: hue angle of 58.54º degrees, saturation: 0.34, 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 #D7D6AE is Cyan = 0, Magento = 0.00, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB215214174-
CMYK00.000.190.16
HSL58.54º33.88%76.27%-
HSV(B)58.54º19.07%84.31%-
XYZ59.7165.649.56-
YUV209.74107.83131.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.66%
GREEN value IS 214 (83.98% from 255) = 35.49%
BLUE value IS 174 (68.36% from 255) = 28.86%
R=35.66%
G=35.49%
B=28.86%

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
Decimal21521417400.000.190.1658.5433.8876.27
HexD7D6AE0013103b224c
Octal3273262560023207342114
Binary1101011111010110101011100010011100001110111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D6AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D6AE; }

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

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

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

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

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

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

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

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