#D7DABB

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

Shades of Orinoco #D7DABB

Tints of Orinoco #D7DABB

Color information

#D7DABB (or 0xD7DABB) is unknown color: approx Orinoco. HEX triplet: D7, DA and BB. RGB value is (215,218,187). Sum of RGB (Red+Green+Blue) = 215+218+187=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 218 (85.55% from 255 or 35.16% from 620); Blue value is 187 (73.44% from 255 or 30.16% from 620); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DABB is #282544. Grayscale: #D5D5D5. Windows color (decimal): -2630981 or 12311255. OLE color: 12311255.

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

Color convert

RGB215218187-
CMYK0.0100.140.15
HSL65.81º29.52%79.41%-
HSV(B)65.81º14.22%85.49%-
XYZ62.0768.1856.9-
YUV213.57113.01129.02-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 218 (85.55% from 255) = 35.16%
BLUE value IS 187 (73.44% from 255) = 30.16%
R=34.68%
G=35.16%
B=30.16%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181870.0100.140.1565.8129.5279.41
HexD7DABB10EF421e4f
Octal32733227310161710236117
Binary11010111110110101011101110111011111000010111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DABB; }

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

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

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

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

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

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

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

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