#D9D7AE

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

Shades of Orinoco #D9D7AE

Tints of Orinoco #D9D7AE

Color information

#D9D7AE (or 0xD9D7AE) is unknown color: approx Orinoco. HEX triplet: D9, D7 and AE. RGB value is (217,215,174). Sum of RGB (Red+Green+Blue) = 217+215+174=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 215 (84.38% from 255 or 35.48% from 606); Blue value is 174 (68.36% from 255 or 28.71% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D7AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D7AE is #262851. Grayscale: #D3D3D3. Windows color (decimal): -2500690 or 11458521. OLE color: 11458521.

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

Color convert

RGB217215174-
CMYK00.010.200.15
HSL57.21º36.13%76.67%-
HSV(B)57.21º19.82%85.1%-
XYZ60.5666.4149.67-
YUV210.92107.16132.33-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 215 (84.38% from 255) = 35.48%
BLUE value IS 174 (68.36% from 255) = 28.71%
R=35.81%
G=35.48%
B=28.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721517400.010.200.1557.2136.1376.67
HexD9D7AE0114F39244d
Octal3313272560124177144115
Binary110110011101011110101110011010011111110011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D7AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D7AE; }

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

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

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

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

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

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

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

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