#D8D9BA

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

Shades of Orinoco #D8D9BA

Tints of Orinoco #D8D9BA

Color information

#D8D9BA (or 0xD8D9BA) is unknown color: approx Orinoco. HEX triplet: D8, D9 and BA. RGB value is (216,217,186). Sum of RGB (Red+Green+Blue) = 216+217+186=619 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.89% from 619); Green value is 217 (85.16% from 255 or 35.06% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D9BA is #272645. Grayscale: #D5D5D5. Windows color (decimal): -2565702 or 12245464. OLE color: 12245464.

HSL color Cylindrical-coordinate representation of color #D8D9BA: hue angle of 61.94º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D9BA is Cyan = 0.00, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216217186-
CMYK0.0000.140.15
HSL61.94º28.97%79.02%-
HSV(B)61.94º14.29%85.1%-
XYZ61.9967.7756.27-
YUV213.17112.67130.02-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.89%
GREEN value IS 217 (85.16% from 255) = 35.06%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=34.89%
G=35.06%
B=30.05%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162171860.0000.140.1561.9428.9779.02
HexD8D9BA00EF3e1d4f
Octal3303312720016177635117
Binary1101100011011001101110100011101111111110111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9BA; }

 p { color: rgb(216,217,186); }

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

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

 a { background-color: rgb(216,217,186); }

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

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

 span { border-color: rgb(216,217,186); }

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