#D8D8B9

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

Shades of Orinoco #D8D8B9

Tints of Orinoco #D8D8B9

Color information

#D8D8B9 (or 0xD8D8B9) is unknown color: approx Orinoco. HEX triplet: D8, D8 and B9. RGB value is (216,216,185). Sum of RGB (Red+Green+Blue) = 216+216+185=617 (81% of max value = 765). Red value is 216 (84.77% from 255 or 35.01% from 617); Green value is 216 (84.77% from 255 or 35.01% from 617); Blue value is 185 (72.66% from 255 or 29.98% from 617); Max value from RGB is 216 - color contains mainly: red, green. Hex color #D8D8B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D8B9 is #272746. Grayscale: #D4D4D4. Windows color (decimal): -2565959 or 12179672. OLE color: 12179672.

HSL color Cylindrical-coordinate representation of color #D8D8B9: hue angle of 60º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D8D8B9 is Cyan = 0, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB216216185-
CMYK000.140.15
HSL60º28.44%78.63%-
HSV(B)60º14.35%84.71%-
XYZ61.6367.2155.62-
YUV212.47112.5130.52-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.01%
GREEN value IS 216 (84.77% from 255) = 35.01%
BLUE value IS 185 (72.66% from 255) = 29.98%
R=35.01%
G=35.01%
B=29.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal216216185000.140.156028.4478.63
HexD8D8B900EF3c1c4f
Octal3303302710016177434117
Binary1101100011011000101110010011101111111100111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D8B9; }

 p { color: rgb(216,216,185); }

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

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

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

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

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

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

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