#D1D3B3

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

Shades of Orinoco #D1D3B3

Tints of Orinoco #D1D3B3

Color information

#D1D3B3 (or 0xD1D3B3) is unknown color: approx Orinoco. HEX triplet: D1, D3 and B3. RGB value is (209,211,179). Sum of RGB (Red+Green+Blue) = 209+211+179=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 211 (82.81% from 255 or 35.23% from 599); Blue value is 179 (70.31% from 255 or 29.88% from 599); Max value from RGB is 211 - color contains mainly: green. Hex color #D1D3B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1D3B3 is #2E2C4C. Grayscale: #CECECE. Windows color (decimal): -3025997 or 11785169. OLE color: 11785169.

HSL color Cylindrical-coordinate representation of color #D1D3B3: hue angle of 63.75º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1D3B3 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.17.

Color convert

RGB209211179-
CMYK0.0100.150.17
HSL63.75º26.67%76.47%-
HSV(B)63.75º15.17%82.75%-
XYZ57.7363.451.84-
YUV206.75112.34129.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 211 (82.81% from 255) = 35.23%
BLUE value IS 179 (70.31% from 255) = 29.88%
R=34.89%
G=35.23%
B=29.88%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2092111790.0100.150.1763.7526.6776.47
HexD1D3B310F11401b4c
Octal32132326310172110033114
Binary110100011101001110110011101111100011000000110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D3B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D3B3; }

 p { color: rgb(209,211,179); }

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

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

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

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

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

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

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