#D6D7AB

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

Shades of Orinoco #D6D7AB

Tints of Orinoco #D6D7AB

Color information

#D6D7AB (or 0xD6D7AB) is unknown color: approx Orinoco. HEX triplet: D6, D7 and AB. RGB value is (214,215,171). Sum of RGB (Red+Green+Blue) = 214+215+171=600 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.67% from 600); Green value is 215 (84.38% from 255 or 35.83% from 600); Blue value is 171 (67.19% from 255 or 28.5% from 600); Max value from RGB is 215 - color contains mainly: green. Hex color #D6D7AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D7AB is #292854. Grayscale: #D1D1D1. Windows color (decimal): -2697301 or 11261910. OLE color: 11261910.

HSL color Cylindrical-coordinate representation of color #D6D7AB: hue angle of 61.36º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6D7AB is Cyan = 0.00, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214215171-
CMYK0.0000.200.16
HSL61.36º35.48%75.69%-
HSV(B)61.36º20.47%84.31%-
XYZ59.3865.8448.11-
YUV209.68106.17131.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.67%
GREEN value IS 215 (84.38% from 255) = 35.83%
BLUE value IS 171 (67.19% from 255) = 28.5%
R=35.67%
G=35.83%
B=28.5%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142151710.0000.200.1661.3635.4875.69
HexD6D7AB0014103d234c
Octal3263272530024207543114
Binary1101011011010111101010110010100100001111011000111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D7AB; }

 p { color: rgb(214,215,171); }

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

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

 a { background-color: rgb(214,215,171); }

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

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

 span { border-color: rgb(214,215,171); }

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