#D2D6BA

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

Shades of Orinoco #D2D6BA

Tints of Orinoco #D2D6BA

Color information

#D2D6BA (or 0xD2D6BA) is unknown color: approx Orinoco. HEX triplet: D2, D6 and BA. RGB value is (210,214,186). Sum of RGB (Red+Green+Blue) = 210+214+186=610 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.43% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 186 (73.05% from 255 or 30.49% from 610); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6BA is #2D2945. Grayscale: #D1D1D1. Windows color (decimal): -2959686 or 12244690. OLE color: 12244690.

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

Color convert

RGB210214186-
CMYK0.0200.130.16
HSL68.57º25.45%78.43%-
HSV(B)68.57º13.08%83.92%-
XYZ59.4965.3455.93-
YUV209.61114.67128.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.43%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 186 (73.05% from 255) = 30.49%
R=34.43%
G=35.08%
B=30.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141860.0200.130.1668.5725.4578.43
HexD2D6BA20D1045194e
Octal32232627220152010531116
Binary1101001011010110101110101001101100001000101110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6BA; }

 p { color: rgb(210,214,186); }

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

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

 a { background-color: rgb(210,214,186); }

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

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

 span { border-color: rgb(210,214,186); }

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