#D8DABA

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

Shades of Orinoco #D8DABA

Tints of Orinoco #D8DABA

Color information

#D8DABA (or 0xD8DABA) is unknown color: approx Orinoco. HEX triplet: D8, DA and BA. RGB value is (216,218,186). Sum of RGB (Red+Green+Blue) = 216+218+186=620 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.84% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #D8DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DABA is #272545. Grayscale: #D5D5D5. Windows color (decimal): -2565446 or 12245720. OLE color: 12245720.

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

Color convert

RGB216218186-
CMYK0.0100.150.15
HSL63.75º30.19%79.22%-
HSV(B)63.75º14.68%85.49%-
XYZ62.2568.2956.35-
YUV213.75112.34129.6-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 34.84%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 186 (73.05% from 255) = 30%
R=34.84%
G=35.16%
B=30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2162181860.0100.150.1563.7530.1979.22
HexD8DABA10FF401e4f
Octal33033227210171710036117
Binary11011000110110101011101010111111111000000111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DABA; }

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

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

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

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

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

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

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

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