#D6DCA1

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

Shades of Orinoco #D6DCA1

Tints of Orinoco #D6DCA1

Color information

#D6DCA1 (or 0xD6DCA1) is unknown color: approx Orinoco. HEX triplet: D6, DC and A1. RGB value is (214,220,161). Sum of RGB (Red+Green+Blue) = 214+220+161=595 (78% of max value = 765). Red value is 214 (83.98% from 255 or 35.97% from 595); Green value is 220 (86.33% from 255 or 36.97% from 595); Blue value is 161 (63.28% from 255 or 27.06% from 595); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCA1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCA1 is #29235E. Grayscale: #D3D3D3. Windows color (decimal): -2696031 or 10607830. OLE color: 10607830.

HSL color Cylindrical-coordinate representation of color #D6DCA1: hue angle of 66.1º degrees, saturation: 0.46, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D6DCA1 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB214220161-
CMYK0.0300.270.14
HSL66.1º45.74%74.71%-
HSV(B)66.1º26.82%86.27%-
XYZ59.7668.0643.7-
YUV211.4899.51129.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.97%
GREEN value IS 220 (86.33% from 255) = 36.97%
BLUE value IS 161 (63.28% from 255) = 27.06%
R=35.97%
G=36.97%
B=27.06%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201610.0300.270.1466.145.7474.71
HexD6DCA1301BE422e4b
Octal32633424130331610256113
Binary11010110110111001010000111011011111010000101011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCA1; }

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

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

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

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

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

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

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

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