#D8D9AE

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

Shades of Orinoco #D8D9AE

Tints of Orinoco #D8D9AE

Color information

#D8D9AE (or 0xD8D9AE) is unknown color: approx Orinoco. HEX triplet: D8, D9 and AE. RGB value is (216,217,174). Sum of RGB (Red+Green+Blue) = 216+217+174=607 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.58% from 607); Green value is 217 (85.16% from 255 or 35.75% from 607); Blue value is 174 (68.36% from 255 or 28.67% from 607); Max value from RGB is 217 - color contains mainly: green. Hex color #D8D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D9AE is #272651. Grayscale: #D3D3D3. Windows color (decimal): -2565714 or 11459032. OLE color: 11459032.

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

Color convert

RGB216217174-
CMYK0.0000.200.15
HSL61.4º36.13%76.67%-
HSV(B)61.4º19.82%85.1%-
XYZ60.7767.2849.83-
YUV211.8106.67131-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.58%
GREEN value IS 217 (85.16% from 255) = 35.75%
BLUE value IS 174 (68.36% from 255) = 28.67%
R=35.58%
G=35.75%
B=28.67%

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
Decimal2162171740.0000.200.1561.436.1376.67
HexD8D9AE0014F3d244d
Octal3303312560024177544115
Binary110110001101100110101110001010011111111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D9AE; }

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

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

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

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

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

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

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

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