Html Css Color HEX #D7934F Whiskey Sour

📋 copy color: '#D7934F'

red 215 ◦ green 147 ◦ blue 79

#D7934F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Whiskey Sour #D7934F

Tints of Whiskey Sour #D7934F

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 value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D7934F (or 0xD7934F) is known color: 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

RGB 215 147 79 -
CMYK 0 0.32 0.63 0.16
HSL 30º 0.63% 0.58% -
HSV(B) 30º 0.63% 0.84% -
XYZ 39.87 35.88 12.22 -
YUV 159.58 82.53 167.53 -
System Red Green Blue C M Y K H S L
Decimal 215 147 79 0 0.32 0.63 0.16 30 0.63 0.58
Hex D7 93 4F 0 20 3F 10 1E 3F 3A
Octal 327 223 117 0 40 77 20 36 77 72
Binary 11010111 10010011 1001111 0 100000 111111 10000 11110 111111 111010

Color Harmonies of #D7934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7934F

Black with #D7934F

Text Example


Text Example

White with #D7934F

Text Example


Text Example

HTML Codes & Css Web 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>