#D6DCB1

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

Shades of Orinoco #D6DCB1

Tints of Orinoco #D6DCB1

Color information

#D6DCB1 (or 0xD6DCB1) is unknown color: approx Orinoco. HEX triplet: D6, DC and B1. RGB value is (214,220,177). Sum of RGB (Red+Green+Blue) = 214+220+177=611 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.02% from 611); Green value is 220 (86.33% from 255 or 36.01% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCB1 is #29234E. Grayscale: #D5D5D5. Windows color (decimal): -2696015 or 11656406. OLE color: 11656406.

HSL color Cylindrical-coordinate representation of color #D6DCB1: hue angle of 68.37º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6DCB1 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB214220177-
CMYK0.0300.200.14
HSL68.37º38.05%77.84%-
HSV(B)68.37º19.55%86.27%-
XYZ61.2668.6651.62-
YUV213.3107.51128.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.02%
GREEN value IS 220 (86.33% from 255) = 36.01%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=35.02%
G=36.01%
B=28.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201770.0300.200.1468.3738.0577.84
HexD6DCB13014E44264e
Octal32633426130241610446116
Binary11010110110111001011000111010100111010001001001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCB1; }

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

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

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

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

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

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

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

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