#D6DCA3

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

Shades of Orinoco #D6DCA3

Tints of Orinoco #D6DCA3

Color information

#D6DCA3 (or 0xD6DCA3) is unknown color: approx Orinoco. HEX triplet: D6, DC and A3. RGB value is (214,220,163). Sum of RGB (Red+Green+Blue) = 214+220+163=597 (79% of max value = 765). Red value is 214 (83.98% from 255 or 35.85% from 597); Green value is 220 (86.33% from 255 or 36.85% from 597); Blue value is 163 (64.06% from 255 or 27.30% from 597); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCA3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6DCA3 is #29235C. Grayscale: #D3D3D3. Windows color (decimal): -2696029 or 10738902. OLE color: 10738902.

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

Color convert

RGB214220163-
CMYK0.0300.260.14
HSL66.32º44.88%75.1%-
HSV(B)66.32º25.91%86.27%-
XYZ59.9468.1344.64-
YUV211.71100.51129.63-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.85%
GREEN value IS 220 (86.33% from 255) = 36.85%
BLUE value IS 163 (64.06% from 255) = 27.30%
R=35.85%
G=36.85%
B=27.30%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142201630.0300.260.1466.3244.8875.1
HexD6DCA3301AE422d4b
Octal32633424330321610255113
Binary11010110110111001010001111011010111010000101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCA3; }

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

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

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

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

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

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

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

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