#D7C17E

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

Shades of Straw #D7C17E

Tints of Straw #D7C17E

Color information

#D7C17E (or 0xD7C17E) is unknown color: approx Straw. HEX triplet: D7, C1 and 7E. RGB value is (215,193,126). Sum of RGB (Red+Green+Blue) = 215+193+126=534 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.26% from 534); Green value is 193 (75.78% from 255 or 36.14% from 534); Blue value is 126 (49.61% from 255 or 23.60% from 534); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C17E is #283E81. Grayscale: #C0C0C0. Windows color (decimal): -2637442 or 8307159. OLE color: 8307159.

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

Color convert

RGB215193126-
CMYK00.100.410.16
HSL45.17º52.66%66.86%-
HSV(B)45.17º41.4%84.31%-
XYZ50.8654.0927.5-
YUV191.9490.79144.45-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.26%
GREEN value IS 193 (75.78% from 255) = 36.14%
BLUE value IS 126 (49.61% from 255) = 23.60%
R=40.26%
G=36.14%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519312600.100.410.1645.1752.6666.86
HexD7C17E0A29102d3543
Octal32730117601251205565103
Binary1101011111000001111111001010101001100001011011101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C17E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C17E; }

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

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

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

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

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

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

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

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