#D8DAB1

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

Shades of Orinoco #D8DAB1

Tints of Orinoco #D8DAB1

Color information

#D8DAB1 (or 0xD8DAB1) is unknown color: approx Orinoco. HEX triplet: D8, DA and B1. RGB value is (216,218,177). Sum of RGB (Red+Green+Blue) = 216+218+177=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 218 (85.55% from 255 or 35.68% from 611); Blue value is 177 (69.53% from 255 or 28.97% from 611); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DAB1 is #27254E. Grayscale: #D4D4D4. Windows color (decimal): -2565455 or 11655896. OLE color: 11655896.

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

Color convert

RGB216218177-
CMYK0.0100.190.15
HSL62.93º35.65%77.45%-
HSV(B)62.93º18.81%85.49%-
XYZ61.3367.9251.47-
YUV212.73107.84130.33-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 218 (85.55% from 255) = 35.68%
BLUE value IS 177 (69.53% from 255) = 28.97%
R=35.35%
G=35.68%
B=28.97%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181770.0100.190.1562.9335.6577.45
HexD8DAB11013F3f244d
Octal3303322611023177744115
Binary110110001101101010110001101001111111111111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAB1; }

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

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

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

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

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

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

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

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