#D8DCA5

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

Shades of Orinoco #D8DCA5

Tints of Orinoco #D8DCA5

Color information

#D8DCA5 (or 0xD8DCA5) is unknown color: approx Orinoco. HEX triplet: D8, DC and A5. RGB value is (216,220,165). Sum of RGB (Red+Green+Blue) = 216+220+165=601 (79% of max value = 765). Red value is 216 (84.77% from 255 or 35.94% from 601); Green value is 220 (86.33% from 255 or 36.61% from 601); Blue value is 165 (64.84% from 255 or 27.45% from 601); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DCA5 is #27235A. Grayscale: #D4D4D4. Windows color (decimal): -2564955 or 10869976. OLE color: 10869976.

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

Color convert

RGB216220165-
CMYK0.0200.250.14
HSL64.36º44%75.49%-
HSV(B)64.36º25%86.27%-
XYZ60.768.545.62-
YUV212.53101.17130.47-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.94%
GREEN value IS 220 (86.33% from 255) = 36.61%
BLUE value IS 165 (64.84% from 255) = 27.45%
R=35.94%
G=36.61%
B=27.45%

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
Decimal2162201650.0200.250.1464.364475.49
HexD8DCA52019E402c4b
Octal33033424520311610054113
Binary11011000110111001010010110011001111010000001011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DCA5; }

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

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

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

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

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

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

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

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