#D9D8AD

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

Shades of Orinoco #D9D8AD

Tints of Orinoco #D9D8AD

Color information

#D9D8AD (or 0xD9D8AD) is unknown color: approx Orinoco. HEX triplet: D9, D8 and AD. RGB value is (217,216,173). Sum of RGB (Red+Green+Blue) = 217+216+173=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 216 (84.77% from 255 or 35.64% from 606); Blue value is 173 (67.97% from 255 or 28.55% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9D8AD is #262752. Grayscale: #D3D3D3. Windows color (decimal): -2500435 or 11393241. OLE color: 11393241.

HSL color Cylindrical-coordinate representation of color #D9D8AD: hue angle of 58.64º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9D8AD is Cyan = 0, Magento = 0.00, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB217216173-
CMYK00.000.200.15
HSL58.64º36.67%76.47%-
HSV(B)58.64º20.28%85.1%-
XYZ60.7166.8849.24-
YUV211.4106.33132-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 216 (84.77% from 255) = 35.64%
BLUE value IS 173 (67.97% from 255) = 28.55%
R=35.81%
G=35.64%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721617300.000.200.1558.6436.6776.47
HexD9D8AD0014F3b254c
Octal3313302550024177345114
Binary110110011101100010101101001010011111110111001011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8AD; }

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

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

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

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

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

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

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

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