#D5D3AB

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

Shades of Orinoco #D5D3AB

Tints of Orinoco #D5D3AB

Color information

#D5D3AB (or 0xD5D3AB) is unknown color: approx Orinoco. HEX triplet: D5, D3 and AB. RGB value is (213,211,171). Sum of RGB (Red+Green+Blue) = 213+211+171=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 211 (82.81% from 255 or 35.46% from 595); Blue value is 171 (67.19% from 255 or 28.74% from 595); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D3AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D3AB is #2A2C54. Grayscale: #CFCFCF. Windows color (decimal): -2763861 or 11260885. OLE color: 11260885.

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

Color convert

RGB213211171-
CMYK00.010.200.16
HSL57.14º33.33%75.29%-
HSV(B)57.14º19.72%83.53%-
XYZ58.0963.6747.76-
YUV207.04107.66132.25-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.80%
GREEN value IS 211 (82.81% from 255) = 35.46%
BLUE value IS 171 (67.19% from 255) = 28.74%
R=35.80%
G=35.46%
B=28.74%

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
Decimal21321117100.010.200.1657.1433.3375.29
HexD5D3AB01141039214b
Octal3253232530124207141113
Binary1101010111010011101010110110100100001110011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D3AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D3AB; }

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

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

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

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

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

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

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

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