#D8C07D

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

Shades of Straw #D8C07D

Tints of Straw #D8C07D

Color information

#D8C07D (or 0xD8C07D) is unknown color: approx Straw. HEX triplet: D8, C0 and 7D. RGB value is (216,192,125). Sum of RGB (Red+Green+Blue) = 216+192+125=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 125 (49.22% from 255 or 23.45% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C07D is #273F82. Grayscale: #BFBFBF. Windows color (decimal): -2572163 or 8241368. OLE color: 8241368.

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

Color convert

RGB216192125-
CMYK00.110.420.15
HSL44.18º53.85%66.86%-
HSV(B)44.18º42.13%84.71%-
XYZ50.8753.7827.1-
YUV191.5490.45145.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 125 (49.22% from 255) = 23.45%
R=40.53%
G=36.02%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619212500.110.420.1544.1853.8566.86
HexD8C07D0B2AF2c3643
Octal33030017501352175466103
Binary110110001100000011111010101110101011111011001101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C07D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C07D; }

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

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

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

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

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

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

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

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