#D1D1B0

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

Shades of Orinoco #D1D1B0

Tints of Orinoco #D1D1B0

Color information

#D1D1B0 (or 0xD1D1B0) is unknown color: approx Orinoco. HEX triplet: D1, D1 and B0. RGB value is (209,209,176). Sum of RGB (Red+Green+Blue) = 209+209+176=594 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.19% from 594); Green value is 209 (82.03% from 255 or 35.19% from 594); Blue value is 176 (69.14% from 255 or 29.63% from 594); Max value from RGB is 209 - color contains mainly: red, green. Hex color #D1D1B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D1B0 is #2E2E4F. Grayscale: #CDCDCD. Windows color (decimal): -3026512 or 11588049. OLE color: 11588049.

HSL color Cylindrical-coordinate representation of color #D1D1B0: hue angle of 60º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1D1B0 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.18.

Color convert

RGB209209176-
CMYK000.160.18
HSL60º26.4%75.49%-
HSV(B)60º15.79%81.96%-
XYZ56.9362.2950.1-
YUV205.24111.5130.68-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.19%
GREEN value IS 209 (82.03% from 255) = 35.19%
BLUE value IS 176 (69.14% from 255) = 29.63%
R=35.19%
G=35.19%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209209176000.160.186026.475.49
HexD1D1B00010123c1a4b
Octal3213212600020227432113
Binary110100011101000110110000001000010010111100110101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D1B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D1B0; }

 p { color: rgb(209,209,176); }

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

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

 a { background-color: rgb(209,209,176); }

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

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

 span { border-color: rgb(209,209,176); }

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