#D9D8B4

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

Shades of Orinoco #D9D8B4

Tints of Orinoco #D9D8B4

Color information

#D9D8B4 (or 0xD9D8B4) is unknown color: approx Orinoco. HEX triplet: D9, D8 and B4. RGB value is (217,216,180). Sum of RGB (Red+Green+Blue) = 217+216+180=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 216 (84.77% from 255 or 35.24% from 613); Blue value is 180 (70.70% from 255 or 29.36% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8B4 is #26274B. Grayscale: #D4D4D4. Windows color (decimal): -2500428 or 11851993. OLE color: 11851993.

HSL color Cylindrical-coordinate representation of color #D9D8B4: hue angle of 58.38º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9D8B4 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB217216180-
CMYK00.000.170.15
HSL58.38º32.74%77.84%-
HSV(B)58.38º17.05%85.1%-
XYZ61.4167.1652.91-
YUV212.2109.83131.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 216 (84.77% from 255) = 35.24%
BLUE value IS 180 (70.70% from 255) = 29.36%
R=35.40%
G=35.24%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721618000.000.170.1558.3832.7477.84
HexD9D8B40011F3a214e
Octal3313302640021177241116
Binary110110011101100010110100001000111111110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8B4; }

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

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

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

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

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

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

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

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