#D7DABA

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

Shades of Orinoco #D7DABA

Tints of Orinoco #D7DABA

Color information

#D7DABA (or 0xD7DABA) is unknown color: approx Orinoco. HEX triplet: D7, DA and BA. RGB value is (215,218,186). Sum of RGB (Red+Green+Blue) = 215+218+186=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 218 (85.55% from 255 or 35.22% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DABA is #282545. Grayscale: #D5D5D5. Windows color (decimal): -2630982 or 12245719. OLE color: 12245719.

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

Color convert

RGB215218186-
CMYK0.0100.150.15
HSL65.62º30.19%79.22%-
HSV(B)65.62º14.68%85.49%-
XYZ61.9668.1456.34-
YUV213.46112.51129.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 218 (85.55% from 255) = 35.22%
BLUE value IS 186 (73.05% from 255) = 30.05%
R=34.73%
G=35.22%
B=30.05%

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
Decimal2152181860.0100.150.1565.6230.1979.22
HexD7DABA10FF421e4f
Octal32733227210171710236117
Binary11010111110110101011101010111111111000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DABA; }

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

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

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

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

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

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

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

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