#D7DAAE

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

Shades of Orinoco #D7DAAE

Tints of Orinoco #D7DAAE

Color information

#D7DAAE (or 0xD7DAAE) is unknown color: approx Orinoco. HEX triplet: D7, DA and AE. RGB value is (215,218,174). Sum of RGB (Red+Green+Blue) = 215+218+174=607 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.42% from 607); Green value is 218 (85.55% from 255 or 35.91% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7DAAE is #282551. Grayscale: #D4D4D4. Windows color (decimal): -2630994 or 11459287. OLE color: 11459287.

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

Color convert

RGB215218174-
CMYK0.0100.200.15
HSL64.09º37.29%76.86%-
HSV(B)64.09º20.18%85.49%-
XYZ60.7467.6549.9-
YUV212.09106.51130.08-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 35.42%
GREEN value IS 218 (85.55% from 255) = 35.91%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=35.42%
G=35.91%
B=28.67%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152181740.0100.200.1564.0937.2976.86
HexD7DAAE1014F40254d
Octal32733225610241710045115
Binary1101011111011010101011101010100111110000001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAAE; }

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

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

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

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

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

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

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

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