#D9D9AE

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

Shades of Orinoco #D9D9AE

Tints of Orinoco #D9D9AE

Color information

#D9D9AE (or 0xD9D9AE) is unknown color: approx Orinoco. HEX triplet: D9, D9 and AE. RGB value is (217,217,174). Sum of RGB (Red+Green+Blue) = 217+217+174=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 217 (85.16% from 255 or 35.69% from 608); Blue value is 174 (68.36% from 255 or 28.62% from 608); Max value from RGB is 217 - color contains mainly: red, green. Hex color #D9D9AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D9AE is #262651. Grayscale: #D4D4D4. Windows color (decimal): -2500178 or 11459033. OLE color: 11459033.

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

Color convert

RGB217217174-
CMYK000.200.15
HSL60º36.13%76.67%-
HSV(B)60º19.82%85.1%-
XYZ61.0767.4349.84-
YUV212.1106.5131.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 217 (85.16% from 255) = 35.69%
BLUE value IS 174 (68.36% from 255) = 28.62%
R=35.69%
G=35.69%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal217217174000.200.156036.1376.67
HexD9D9AE0014F3c244d
Octal3313312560024177444115
Binary110110011101100110101110001010011111111001001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D9AE; }

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

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

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

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

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

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

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

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