#D2D3B1

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

Shades of Orinoco #D2D3B1

Tints of Orinoco #D2D3B1

Color information

#D2D3B1 (or 0xD2D3B1) is unknown color: approx Orinoco. HEX triplet: D2, D3 and B1. RGB value is (210,211,177). Sum of RGB (Red+Green+Blue) = 210+211+177=598 (79% of max value = 765). Red value is 210 (82.42% from 255 or 35.12% from 598); Green value is 211 (82.81% from 255 or 35.28% from 598); Blue value is 177 (69.53% from 255 or 29.60% from 598); Max value from RGB is 211 - color contains mainly: green. Hex color #D2D3B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D3B1 is #2D2C4E. Grayscale: #CECECE. Windows color (decimal): -2960463 or 11654098. OLE color: 11654098.

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

Color convert

RGB210211177-
CMYK0.0000.160.17
HSL61.76º27.87%76.08%-
HSV(B)61.76º16.11%82.75%-
XYZ57.8163.4650.8-
YUV206.82111.17130.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.12%
GREEN value IS 211 (82.81% from 255) = 35.28%
BLUE value IS 177 (69.53% from 255) = 29.60%
R=35.12%
G=35.28%
B=29.60%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2102111770.0000.160.1761.7627.8776.08
HexD2D3B10010113e1c4c
Octal3223232610020217634114
Binary110100101101001110110001001000010001111110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D3B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D3B1; }

 p { color: rgb(210,211,177); }

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

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

 a { background-color: rgb(210,211,177); }

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

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

 span { border-color: rgb(210,211,177); }

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