#D9DAAE

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

Shades of Orinoco #D9DAAE

Tints of Orinoco #D9DAAE

Color information

#D9DAAE (or 0xD9DAAE) is unknown color: approx Orinoco. HEX triplet: D9, DA and AE. RGB value is (217,218,174). Sum of RGB (Red+Green+Blue) = 217+218+174=609 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.63% from 609); Green value is 218 (85.55% from 255 or 35.80% from 609); Blue value is 174 (68.36% from 255 or 28.57% from 609); Max value from RGB is 218 - color contains mainly: green. Hex color #D9DAAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9DAAE is #262551. Grayscale: #D4D4D4. Windows color (decimal): -2499922 or 11459289. OLE color: 11459289.

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

Color convert

RGB217218174-
CMYK0.0000.200.15
HSL61.36º37.29%76.86%-
HSV(B)61.36º20.18%85.49%-
XYZ61.3367.9549.93-
YUV212.68106.17131.08-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.63%
GREEN value IS 218 (85.55% from 255) = 35.80%
BLUE value IS 174 (68.36% from 255) = 28.57%
R=35.63%
G=35.80%
B=28.57%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172181740.0000.200.1561.3637.2976.86
HexD9DAAE0014F3d254d
Octal3313322560024177545115
Binary110110011101101010101110001010011111111011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DAAE; }

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

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

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

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

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

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

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

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