#D2DAAE

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

Shades of Orinoco #D2DAAE

Tints of Orinoco #D2DAAE

Color information

#D2DAAE (or 0xD2DAAE) is unknown color: approx Orinoco. HEX triplet: D2, DA and AE. RGB value is (210,218,174). Sum of RGB (Red+Green+Blue) = 210+218+174=602 (79% of max value = 765). Red value is 210 (82.42% from 255 or 34.88% from 602); Green value is 218 (85.55% from 255 or 36.21% from 602); Blue value is 174 (68.36% from 255 or 28.90% from 602); Max value from RGB is 218 - color contains mainly: green. Hex color #D2DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2DAAE is #2D2551. Grayscale: #D2D2D2. Windows color (decimal): -2958674 or 11459282. OLE color: 11459282.

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

Color convert

RGB210218174-
CMYK0.0400.200.15
HSL70.91º37.29%76.86%-
HSV(B)70.91º20.18%85.49%-
XYZ59.2966.949.83-
YUV210.59107.35127.58-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.88%
GREEN value IS 218 (85.55% from 255) = 36.21%
BLUE value IS 174 (68.36% from 255) = 28.90%
R=34.88%
G=36.21%
B=28.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102181740.0400.200.1570.9137.2976.86
HexD2DAAE4014F47254d
Octal32233225640241710745115
Binary110100101101101010101110100010100111110001111001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DAAE; }

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

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

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

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

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

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

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

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