#D8DDAE

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

Shades of Orinoco #D8DDAE

Tints of Orinoco #D8DDAE

Color information

#D8DDAE (or 0xD8DDAE) is unknown color: approx Orinoco. HEX triplet: D8, DD and AE. RGB value is (216,221,174). Sum of RGB (Red+Green+Blue) = 216+221+174=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 221 (86.72% from 255 or 36.17% from 611); Blue value is 174 (68.36% from 255 or 28.48% from 611); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDAE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8DDAE is #272251. Grayscale: #D6D6D6. Windows color (decimal): -2564690 or 11460056. OLE color: 11460056.

HSL color Cylindrical-coordinate representation of color #D8DDAE: hue angle of 66.38º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8DDAE is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB216221174-
CMYK0.0200.210.13
HSL66.38º40.87%77.45%-
HSV(B)66.38º21.27%86.67%-
XYZ61.8269.3750.18-
YUV214.15105.34129.32-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 221 (86.72% from 255) = 36.17%
BLUE value IS 174 (68.36% from 255) = 28.48%
R=35.35%
G=36.17%
B=28.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211740.0200.210.1366.3840.8777.45
HexD8DDAE2015D42294d
Octal33033525620251510251115
Binary11011000110111011010111010010101110110000101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDAE; }

 p { color: rgb(216,221,174); }

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

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

 a { background-color: rgb(216,221,174); }

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

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

 span { border-color: rgb(216,221,174); }

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