#D9DAB1

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

Shades of Orinoco #D9DAB1

Tints of Orinoco #D9DAB1

Color information

#D9DAB1 (or 0xD9DAB1) is unknown color: approx Orinoco. HEX triplet: D9, DA and B1. RGB value is (217,218,177). Sum of RGB (Red+Green+Blue) = 217+218+177=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 177 (69.53% from 255 or 28.92% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DAB1 is #26254E. Grayscale: #D5D5D5. Windows color (decimal): -2499919 or 11655897. OLE color: 11655897.

HSL color Cylindrical-coordinate representation of color #D9DAB1: hue angle of 61.46º 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 #D9DAB1 is Cyan = 0.00, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB217218177-
CMYK0.0000.190.15
HSL61.46º35.65%77.45%-
HSV(B)61.46º18.81%85.49%-
XYZ61.6268.0751.49-
YUV213.03107.67130.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 177 (69.53% from 255) = 28.92%
R=35.46%
G=35.62%
B=28.92%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181770.0000.190.1561.4635.6577.45
HexD9DAB10013F3d244d
Octal3313322610023177544115
Binary110110011101101010110001001001111111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAB1; }

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

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

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

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

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

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

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

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