#D7934F

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

Shades of Whiskey Sour #D7934F

Tints of Whiskey Sour #D7934F

Color information

#D7934F (or 0xD7934F) is unknown color: approx Whiskey Sour. HEX triplet: D7, 93 and 4F. RGB value is (215,147,79). Sum of RGB (Red+Green+Blue) = 215+147+79=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 147 (57.81% from 255 or 33.33% from 441); Blue value is 79 (31.25% from 255 or 17.91% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D7934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7934F is #286CB0. Grayscale: #9F9F9F. Windows color (decimal): -2649265 or 5215191. OLE color: 5215191.

HSL color Cylindrical-coordinate representation of color #D7934F: hue angle of 30º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D7934F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB21514779-
CMYK00.320.630.16
HSL30º62.96%57.65%-
HSV(B)30º63.26%84.31%-
XYZ39.8735.8812.22-
YUV159.5882.53167.53-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 147 (57.81% from 255) = 33.33%
BLUE value IS 79 (31.25% from 255) = 17.91%
R=48.75%
G=33.33%
B=17.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2151477900.320.630.163062.9657.65
HexD7934F0203F101e3f3a
Octal3272231170407720367772
Binary1101011110010011100111101000001111111000011110111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7934F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7934F; }

 p { color: rgb(215,147,79); }

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

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

 a { background-color: rgb(215,147,79); }

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

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

 span { border-color: rgb(215,147,79); }

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