#D7DBAE

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

Shades of Orinoco #D7DBAE

Tints of Orinoco #D7DBAE

Color information

#D7DBAE (or 0xD7DBAE) is unknown color: approx Orinoco. HEX triplet: D7, DB and AE. RGB value is (215,219,174). Sum of RGB (Red+Green+Blue) = 215+219+174=608 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.36% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #D7DBAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DBAE is #282451. Grayscale: #D4D4D4. Windows color (decimal): -2630738 or 11459543. OLE color: 11459543.

HSL color Cylindrical-coordinate representation of color #D7DBAE: hue angle of 65.33º degrees, saturation: 0.38, 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 #D7DBAE is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB215219174-
CMYK0.0200.210.14
HSL65.33º38.46%77.06%-
HSV(B)65.33º20.55%85.88%-
XYZ6168.1749.99-
YUV212.67106.17129.66-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.36%
GREEN value IS 219 (85.94% from 255) = 36.02%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=35.36%
G=36.02%
B=28.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152191740.0200.210.1465.3338.4677.06
HexD7DBAE2015E41264d
Octal32733325620251610146115
Binary11010111110110111010111010010101111010000011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DBAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DBAE; }

 p { color: rgb(215,219,174); }

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

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

 a { background-color: rgb(215,219,174); }

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

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

 span { border-color: rgb(215,219,174); }

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