#D5DAAE

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

Shades of Orinoco #D5DAAE

Tints of Orinoco #D5DAAE

Color information

#D5DAAE (or 0xD5DAAE) is unknown color: approx Orinoco. HEX triplet: D5, DA and AE. RGB value is (213,218,174). Sum of RGB (Red+Green+Blue) = 213+218+174=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 218 (85.55% from 255 or 36.03% from 605); Blue value is 174 (68.36% from 255 or 28.76% from 605); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DAAE is #2A2551. Grayscale: #D3D3D3. Windows color (decimal): -2762066 or 11459285. OLE color: 11459285.

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

Color convert

RGB213218174-
CMYK0.0200.200.15
HSL66.82º37.29%76.86%-
HSV(B)66.82º20.18%85.49%-
XYZ60.1567.3449.87-
YUV211.49106.84129.08-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.21%
GREEN value IS 218 (85.55% from 255) = 36.03%
BLUE value IS 174 (68.36% from 255) = 28.76%
R=35.21%
G=36.03%
B=28.76%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132181740.0200.200.1566.8237.2976.86
HexD5DAAE2014F43254d
Octal32533225620241710345115
Binary11010101110110101010111010010100111110000111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAAE; }

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

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

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

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

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

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

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

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