#D9D8B3

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

Shades of Orinoco #D9D8B3

Tints of Orinoco #D9D8B3

Color information

#D9D8B3 (or 0xD9D8B3) is unknown color: approx Orinoco. HEX triplet: D9, D8 and B3. RGB value is (217,216,179). Sum of RGB (Red+Green+Blue) = 217+216+179=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 179 (70.31% from 255 or 29.25% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D8B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9D8B3 is #26274C. Grayscale: #D4D4D4. Windows color (decimal): -2500429 or 11786457. OLE color: 11786457.

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

Color convert

RGB217216179-
CMYK00.000.180.15
HSL58.42º33.33%77.65%-
HSV(B)58.42º17.51%85.1%-
XYZ61.3167.1252.37-
YUV212.08109.33131.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 179 (70.31% from 255) = 29.25%
R=35.46%
G=35.29%
B=29.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21721617900.000.180.1558.4233.3377.65
HexD9D8B30012F3a214e
Octal3313302630022177241116
Binary110110011101100010110011001001011111110101000011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9D8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9D8B3; }

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

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

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

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

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

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

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

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