#D8C07F

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

Shades of Straw #D8C07F

Tints of Straw #D8C07F

Color information

#D8C07F (or 0xD8C07F) is unknown color: approx Straw. HEX triplet: D8, C0 and 7F. RGB value is (216,192,127). Sum of RGB (Red+Green+Blue) = 216+192+127=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 127 (50% from 255 or 23.74% from 535); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C07F is #273F80. Grayscale: #C0C0C0. Windows color (decimal): -2572161 or 8372440. OLE color: 8372440.

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

Color convert

RGB216192127-
CMYK00.110.410.15
HSL43.82º53.29%67.25%-
HSV(B)43.82º41.2%84.71%-
XYZ5153.8327.78-
YUV191.7791.45145.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 192 (75.39% from 255) = 35.89%
BLUE value IS 127 (50% from 255) = 23.74%
R=40.37%
G=35.89%
B=23.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21619212700.110.410.1543.8253.2967.25
HexD8C07F0B29F2c3543
Octal33030017701351175465103
Binary110110001100000011111110101110100111111011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C07F; }

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

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

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

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

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

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

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

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