#D8C082

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

Shades of Straw #D8C082

Tints of Straw #D8C082

Color information

#D8C082 (or 0xD8C082) is unknown color: approx Straw. HEX triplet: D8, C0 and 82. RGB value is (216,192,130). Sum of RGB (Red+Green+Blue) = 216+192+130=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 130 (51.17% from 255 or 24.16% from 538); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C082 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C082 is #273F7D. Grayscale: #C0C0C0. Windows color (decimal): -2572158 or 8569048. OLE color: 8569048.

HSL color Cylindrical-coordinate representation of color #D8C082: hue angle of 43.26º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8C082 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216192130-
CMYK00.110.400.15
HSL43.26º52.44%67.84%-
HSV(B)43.26º39.81%84.71%-
XYZ51.253.9128.83-
YUV192.1192.95145.04-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 130 (51.17% from 255) = 24.16%
R=40.15%
G=35.69%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619213000.110.400.1543.2652.4467.84
HexD8C0820B28F2b3444
Octal33030020201350175364104
Binary1101100011000000100000100101110100011111010111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C082; }

 p { color: rgb(216,192,130); }

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

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

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

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

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

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

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