#D7C17C

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

Shades of Straw #D7C17C

Tints of Straw #D7C17C

Color information

#D7C17C (or 0xD7C17C) is unknown color: approx Straw. HEX triplet: D7, C1 and 7C. RGB value is (215,193,124). Sum of RGB (Red+Green+Blue) = 215+193+124=532 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.41% from 532); Green value is 193 (75.78% from 255 or 36.28% from 532); Blue value is 124 (48.83% from 255 or 23.31% from 532); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C17C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C17C is #283E83. Grayscale: #C0C0C0. Windows color (decimal): -2637444 or 8176087. OLE color: 8176087.

HSL color Cylindrical-coordinate representation of color #D7C17C: hue angle of 45.49º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D7C17C is Cyan = 0, Magento = 0.10, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB215193124-
CMYK00.100.420.16
HSL45.49º53.22%66.47%-
HSV(B)45.49º42.33%84.31%-
XYZ50.7354.0426.83-
YUV191.7189.79144.61-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.41%
GREEN value IS 193 (75.78% from 255) = 36.28%
BLUE value IS 124 (48.83% from 255) = 23.31%
R=40.41%
G=36.28%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519312400.100.420.1645.4953.2266.47
HexD7C17C0A2A102d3542
Octal32730117401252205565102
Binary1101011111000001111110001010101010100001011011101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C17C; }

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

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

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

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

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

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

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

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