#D6DAB1

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

Shades of Orinoco #D6DAB1

Tints of Orinoco #D6DAB1

Color information

#D6DAB1 (or 0xD6DAB1) is unknown color: approx Orinoco. HEX triplet: D6, DA and B1. RGB value is (214,218,177). Sum of RGB (Red+Green+Blue) = 214+218+177=609 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.14% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 177 (69.53% from 255 or 29.06% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #D6DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DAB1 is #29254E. Grayscale: #D4D4D4. Windows color (decimal): -2696527 or 11655894. OLE color: 11655894.

HSL color Cylindrical-coordinate representation of color #D6DAB1: hue angle of 65.85º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6DAB1 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB214218177-
CMYK0.0200.190.15
HSL65.85º35.65%77.45%-
HSV(B)65.85º18.81%85.49%-
XYZ60.7467.6151.44-
YUV212.13108.17129.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.14%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 177 (69.53% from 255) = 29.06%
R=35.14%
G=35.80%
B=29.06%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2142181770.0200.190.1565.8535.6577.45
HexD6DAB12013F42244d
Octal32633226120231710244115
Binary11010110110110101011000110010011111110000101001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DAB1; }

 p { color: rgb(214,218,177); }

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

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

 a { background-color: rgb(214,218,177); }

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

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

 span { border-color: rgb(214,218,177); }

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