#D8DAB5

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

Shades of Orinoco #D8DAB5

Tints of Orinoco #D8DAB5

Color information

#D8DAB5 (or 0xD8DAB5) is unknown color: approx Orinoco. HEX triplet: D8, DA and B5. RGB value is (216,218,181). Sum of RGB (Red+Green+Blue) = 216+218+181=615 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.12% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAB5 is #27254A. Grayscale: #D5D5D5. Windows color (decimal): -2565451 or 11918040. OLE color: 11918040.

HSL color Cylindrical-coordinate representation of color #D8DAB5: hue angle of 63.24º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8DAB5 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216218181-
CMYK0.0100.170.15
HSL63.24º33.33%78.24%-
HSV(B)63.24º16.97%85.49%-
XYZ61.7368.0853.6-
YUV213.18109.84130.01-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.12%
GREEN value IS 218 (85.55% from 255) = 35.45%
BLUE value IS 181 (71.09% from 255) = 29.43%
R=35.12%
G=35.45%
B=29.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181810.0100.170.1563.2433.3378.24
HexD8DAB51011F3f214e
Octal3303322651021177741116
Binary110110001101101010110101101000111111111111000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAB5; }

 p { color: rgb(216,218,181); }

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

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

 a { background-color: rgb(216,218,181); }

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

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

 span { border-color: rgb(216,218,181); }

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