#D2D6A2

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

Shades of Orinoco #D2D6A2

Tints of Orinoco #D2D6A2

Color information

#D2D6A2 (or 0xD2D6A2) is unknown color: approx Orinoco. HEX triplet: D2, D6 and A2. RGB value is (210,214,162). Sum of RGB (Red+Green+Blue) = 210+214+162=586 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.84% from 586); Green value is 214 (83.98% from 255 or 36.52% from 586); Blue value is 162 (63.67% from 255 or 27.65% from 586); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6A2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D6A2 is #2D295D. Grayscale: #CFCFCF. Windows color (decimal): -2959710 or 10671826. OLE color: 10671826.

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

Color convert

RGB210214162-
CMYK0.0200.240.16
HSL64.62º38.81%73.73%-
HSV(B)64.62º24.3%83.92%-
XYZ57.1564.443.6-
YUV206.88102.67130.23-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 35.84%
GREEN value IS 214 (83.98% from 255) = 36.52%
BLUE value IS 162 (63.67% from 255) = 27.65%
R=35.84%
G=36.52%
B=27.65%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141620.0200.240.1664.6238.8173.73
HexD2D6A220181041274a
Octal32232624220302010147112
Binary110100101101011010100010100110001000010000011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6A2; }

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

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

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

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

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

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

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

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