#D8D7B4

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

Shades of Orinoco #D8D7B4

Tints of Orinoco #D8D7B4

Color information

#D8D7B4 (or 0xD8D7B4) is unknown color: approx Orinoco. HEX triplet: D8, D7 and B4. RGB value is (216,215,180). Sum of RGB (Red+Green+Blue) = 216+215+180=611 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.35% from 611); Green value is 215 (84.38% from 255 or 35.19% from 611); Blue value is 180 (70.70% from 255 or 29.46% from 611); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D7B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8D7B4 is #27284B. Grayscale: #D3D3D3. Windows color (decimal): -2566220 or 11851736. OLE color: 11851736.

HSL color Cylindrical-coordinate representation of color #D8D7B4: hue angle of 58.33º degrees, saturation: 0.32, 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 #D8D7B4 is Cyan = 0, Magento = 0.00, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB216215180-
CMYK00.000.170.15
HSL58.33º31.58%77.65%-
HSV(B)58.33º16.67%84.71%-
XYZ60.8666.552.81-
YUV211.31110.33131.35-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 35.35%
GREEN value IS 215 (84.38% from 255) = 35.19%
BLUE value IS 180 (70.70% from 255) = 29.46%
R=35.35%
G=35.19%
B=29.46%

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
Decimal21621518000.000.170.1558.3331.5877.65
HexD8D7B40011F3a204e
Octal3303272640021177240116
Binary110110001101011110110100001000111111110101000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D7B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D7B4; }

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

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

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

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

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

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

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

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