Html Css Color HEX #D5934F Whiskey Sour

📋 copy color: '#D5934F'

red 213 ◦ green 147 ◦ blue 79

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

Shades of Whiskey Sour #D5934F

Tints of Whiskey Sour #D5934F

RGB

 RED value IS 213 (83.59% from 255) = 48.52%

 GREEN value IS 147 (57.81% from 255) = 33.49%

 BLUE value IS 79 (31.25% from 255) = 18%

R = 48.52%
G = 33.49%
B = 18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5934F (or 0xD5934F) is known color: Whiskey Sour. HEX triplet: D5, 93 and 4F. RGB value is (213,147,79). Sum of RGB (Red+Green+Blue) = 213+147+79=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 147 (57.81% from 255 or 33.49% from 439); Blue value is 79 (31.25% from 255 or 18.00% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D5934F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5934F is #2A6CB0. Grayscale: #9F9F9F. Windows color (decimal): -2780337 or 5215189. OLE color: 5215189.

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

Color convert

RGB 213 147 79 -
CMYK 0 0.31 0.63 0.16
HSL 30.45º 0.61% 0.57% -
HSV(B) 30.45º 0.63% 0.84% -
XYZ 39.29 35.58 12.19 -
YUV 158.98 82.87 166.53 -
System Red Green Blue C M Y K H S L
Decimal 213 147 79 0 0.31 0.63 0.16 30.45 0.61 0.57
Hex D5 93 4F 0 1F 3F 10 1E 3D 39
Octal 325 223 117 0 37 77 20 36 75 71
Binary 11010101 10010011 1001111 0 11111 111111 10000 11110 111101 111001

Color Harmonies of #D5934F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5934F

Black with #D5934F

Text Example


Text Example

White with #D5934F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5934F; }

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

 H1.HeaderClassName
 {
   color: #D5934F;
 }
 .AnyTagClassName
 {
   color: #D5934F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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