#D8DCA6

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

Shades of Orinoco #D8DCA6

Tints of Orinoco #D8DCA6

Color information

#D8DCA6 (or 0xD8DCA6) is unknown color: approx Orinoco. HEX triplet: D8, DC and A6. RGB value is (216,220,166). Sum of RGB (Red+Green+Blue) = 216+220+166=602 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.88% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 166 (65.23% from 255 or 27.57% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCA6 is #272359. Grayscale: #D4D4D4. Windows color (decimal): -2564954 or 10935512. OLE color: 10935512.

HSL color Cylindrical-coordinate representation of color #D8DCA6: hue angle of 64.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D8DCA6 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.14.

Color convert

RGB216220166-
CMYK0.0200.250.14
HSL64.44º43.55%75.69%-
HSV(B)64.44º24.55%86.27%-
XYZ60.868.5446.1-
YUV212.65101.67130.39-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.88%
GREEN value IS 220 (86.33% from 255) = 36.54%
BLUE value IS 166 (65.23% from 255) = 27.57%
R=35.88%
G=36.54%
B=27.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201660.0200.250.1464.4443.5575.69
HexD8DCA62019E402c4c
Octal33033424620311610054114
Binary11011000110111001010011010011001111010000001011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCA6; }

 p { color: rgb(216,220,166); }

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

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

 a { background-color: rgb(216,220,166); }

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

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

 span { border-color: rgb(216,220,166); }

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