#D7C07E

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

Shades of Straw #D7C07E

Tints of Straw #D7C07E

Color information

#D7C07E (or 0xD7C07E) is unknown color: approx Straw. HEX triplet: D7, C0 and 7E. RGB value is (215,192,126). Sum of RGB (Red+Green+Blue) = 215+192+126=533 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.34% from 533); Green value is 192 (75.39% from 255 or 36.02% from 533); Blue value is 126 (49.61% from 255 or 23.64% from 533); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D7C07E is #283F81. Grayscale: #BFBFBF. Windows color (decimal): -2637698 or 8306903. OLE color: 8306903.

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

Color convert

RGB215192126-
CMYK00.110.410.16
HSL44.49º52.66%66.86%-
HSV(B)44.49º41.4%84.31%-
XYZ50.6453.6527.43-
YUV191.3591.12144.87-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 40.34%
GREEN value IS 192 (75.39% from 255) = 36.02%
BLUE value IS 126 (49.61% from 255) = 23.64%
R=40.34%
G=36.02%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519212600.110.410.1644.4952.6666.86
HexD7C07E0B29102c3543
Octal32730017601351205465103
Binary1101011111000000111111001011101001100001011001101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C07E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C07E; }

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

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

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

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

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

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

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

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