#D8DAB4

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

Shades of Orinoco #D8DAB4

Tints of Orinoco #D8DAB4

Color information

#D8DAB4 (or 0xD8DAB4) is unknown color: approx Orinoco. HEX triplet: D8, DA and B4. RGB value is (216,218,180). Sum of RGB (Red+Green+Blue) = 216+218+180=614 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.18% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 180 (70.70% from 255 or 29.32% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DAB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DAB4 is #27254B. Grayscale: #D5D5D5. Windows color (decimal): -2565452 or 11852504. OLE color: 11852504.

HSL color Cylindrical-coordinate representation of color #D8DAB4: hue angle of 63.16º degrees, saturation: 0.34, 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 #D8DAB4 is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216218180-
CMYK0.0100.170.15
HSL63.16º33.93%78.04%-
HSV(B)63.16º17.43%85.49%-
XYZ61.6368.0453.06-
YUV213.07109.34130.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.18%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 180 (70.70% from 255) = 29.32%
R=35.18%
G=35.50%
B=29.32%

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
Decimal2162181800.0100.170.1563.1633.9378.04
HexD8DAB41011F3f224e
Octal3303322641021177742116
Binary110110001101101010110100101000111111111111000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DAB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DAB4; }

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

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

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

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

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

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

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

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