#D9DBAC

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

Shades of Orinoco #D9DBAC

Tints of Orinoco #D9DBAC

Color information

#D9DBAC (or 0xD9DBAC) is unknown color: approx Orinoco. HEX triplet: D9, DB and AC. RGB value is (217,219,172). Sum of RGB (Red+Green+Blue) = 217+219+172=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 172 (67.58% from 255 or 28.29% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DBAC is #262453. Grayscale: #D5D5D5. Windows color (decimal): -2499668 or 11328473. OLE color: 11328473.

HSL color Cylindrical-coordinate representation of color #D9DBAC: hue angle of 62.55º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9DBAC is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB217219172-
CMYK0.0100.210.14
HSL62.55º39.5%76.67%-
HSV(B)62.55º21.46%85.88%-
XYZ61.3968.3949-
YUV213.04104.84130.82-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 172 (67.58% from 255) = 28.29%
R=35.69%
G=36.02%
B=28.29%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172191720.0100.210.1462.5539.576.67
HexD9DBAC1015E3f274d
Octal3313332541025167747115
Binary110110011101101110101100101010111101111111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBAC; }

 p { color: rgb(217,219,172); }

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

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

 a { background-color: rgb(217,219,172); }

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

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

 span { border-color: rgb(217,219,172); }

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