#D8C17C

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

Shades of Straw #D8C17C

Tints of Straw #D8C17C

Color information

#D8C17C (or 0xD8C17C) is unknown color: approx Straw. HEX triplet: D8, C1 and 7C. RGB value is (216,193,124). Sum of RGB (Red+Green+Blue) = 216+193+124=533 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.53% from 533); Green value is 193 (75.78% from 255 or 36.21% from 533); Blue value is 124 (48.83% from 255 or 23.26% from 533); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8C17C is #273E83. Grayscale: #C0C0C0. Windows color (decimal): -2571908 or 8176088. OLE color: 8176088.

HSL color Cylindrical-coordinate representation of color #D8C17C: hue angle of 45º 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 #D8C17C is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216193124-
CMYK00.110.430.15
HSL45º54.12%66.67%-
HSV(B)45º42.59%84.71%-
XYZ51.0354.1926.84-
YUV192.0189.62145.11-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.53%
GREEN value IS 193 (75.78% from 255) = 36.21%
BLUE value IS 124 (48.83% from 255) = 23.26%
R=40.53%
G=36.21%
B=23.26%

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
Decimal21619312400.110.430.154554.1266.67
HexD8C17C0B2BF2d3643
Octal33030117401353175566103
Binary110110001100000111111000101110101111111011011101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C17C; }

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

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

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

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

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

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

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

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