#D2D7B1

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

Shades of Orinoco #D2D7B1

Tints of Orinoco #D2D7B1

Color information

#D2D7B1 (or 0xD2D7B1) is unknown color: approx Orinoco. HEX triplet: D2, D7 and B1. RGB value is (210,215,177). Sum of RGB (Red+Green+Blue) = 210+215+177=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 215 (84.38% from 255 or 35.71% from 602); Blue value is 177 (69.53% from 255 or 29.40% from 602); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D7B1 is #2D284E. Grayscale: #D1D1D1. Windows color (decimal): -2959439 or 11655122. OLE color: 11655122.

HSL color Cylindrical-coordinate representation of color #D2D7B1: hue angle of 67.89º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2D7B1 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB210215177-
CMYK0.0200.180.16
HSL67.89º32.2%76.86%-
HSV(B)67.89º17.67%84.31%-
XYZ58.8165.4851.13-
YUV209.17109.84128.59-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 215 (84.38% from 255) = 35.71%
BLUE value IS 177 (69.53% from 255) = 29.40%
R=34.88%
G=35.71%
B=29.40%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102151770.0200.180.1667.8932.276.86
HexD2D7B120121044204d
Octal32232726120222010440115
Binary110100101101011110110001100100101000010001001000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7B1; }

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

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

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

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

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

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

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

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