#D2D9B6

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

Shades of Orinoco #D2D9B6

Tints of Orinoco #D2D9B6

Color information

#D2D9B6 (or 0xD2D9B6) is unknown color: approx Orinoco. HEX triplet: D2, D9 and B6. RGB value is (210,217,182). Sum of RGB (Red+Green+Blue) = 210+217+182=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 217 (85.16% from 255 or 35.63% from 609); Blue value is 182 (71.48% from 255 or 29.89% from 609); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D9B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D9B6 is #2D2649. Grayscale: #D3D3D3. Windows color (decimal): -2958922 or 11983314. OLE color: 11983314.

HSL color Cylindrical-coordinate representation of color #D2D9B6: hue angle of 72º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D2D9B6 is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.15.

Color convert

RGB210217182-
CMYK0.0300.160.15
HSL72º31.53%78.24%-
HSV(B)72º16.13%85.1%-
XYZ59.8366.753.98-
YUV210.92111.68127.35-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 217 (85.16% from 255) = 35.63%
BLUE value IS 182 (71.48% from 255) = 29.89%
R=34.48%
G=35.63%
B=29.89%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171820.0300.160.157231.5378.24
HexD2D9B63010F48204e
Octal32233126630201711040116
Binary11010010110110011011011011010000111110010001000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D9B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D9B6; }

 p { color: rgb(210,217,182); }

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

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

 a { background-color: rgb(210,217,182); }

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

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

 span { border-color: rgb(210,217,182); }

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