#D8C07C

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

Shades of Straw #D8C07C

Tints of Straw #D8C07C

Color information

#D8C07C (or 0xD8C07C) is unknown color: approx Straw. HEX triplet: D8, C0 and 7C. RGB value is (216,192,124). Sum of RGB (Red+Green+Blue) = 216+192+124=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 192 (75.39% from 255 or 36.09% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C07C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C07C is #273F83. Grayscale: #BFBFBF. Windows color (decimal): -2572164 or 8175832. OLE color: 8175832.

HSL color Cylindrical-coordinate representation of color #D8C07C: hue angle of 44.35º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8C07C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216192124-
CMYK00.110.430.15
HSL44.35º54.12%66.67%-
HSV(B)44.35º42.59%84.71%-
XYZ50.8153.7526.77-
YUV191.4289.95145.53-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 192 (75.39% from 255) = 36.09%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=40.60%
G=36.09%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619212400.110.430.1544.3554.1266.67
HexD8C07C0B2BF2c3643
Octal33030017401353175466103
Binary110110001100000011111000101110101111111011001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C07C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C07C; }

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

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

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

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

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

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

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

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