#D7D5AB

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

Shades of Orinoco #D7D5AB

Tints of Orinoco #D7D5AB

Color information

#D7D5AB (or 0xD7D5AB) is unknown color: approx Orinoco. HEX triplet: D7, D5 and AB. RGB value is (215,213,171). Sum of RGB (Red+Green+Blue) = 215+213+171=599 (79% of max value = 765). Red value is 215 (84.38% from 255 or 35.89% from 599); Green value is 213 (83.59% from 255 or 35.56% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D5AB is #282A54. Grayscale: #D0D0D0. Windows color (decimal): -2632277 or 11261399. OLE color: 11261399.

HSL color Cylindrical-coordinate representation of color #D7D5AB: hue angle of 57.27º degrees, saturation: 0.35, 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 #D7D5AB is Cyan = 0, Magento = 0.01, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB215213171-
CMYK00.010.200.16
HSL57.27º35.48%75.69%-
HSV(B)57.27º20.47%84.31%-
XYZ59.1764.9847.95-
YUV208.81106.66132.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.89%
GREEN value IS 213 (83.59% from 255) = 35.56%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=35.89%
G=35.56%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521317100.010.200.1657.2735.4875.69
HexD7D5AB01141039234c
Octal3273252530124207143114
Binary1101011111010101101010110110100100001110011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D5AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D5AB; }

 p { color: rgb(215,213,171); }

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

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

 a { background-color: rgb(215,213,171); }

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

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

 span { border-color: rgb(215,213,171); }

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