Html Css Color HEX #D58C4E Whiskey Sour

📋 copy color: '#D58C4E'

red 213 ◦ green 140 ◦ blue 78

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

Shades of Whiskey Sour #D58C4E

Tints of Whiskey Sour #D58C4E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.48%

 BLUE value IS 78 (30.86% from 255) = 18.1%

R = 49.42%
G = 32.48%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D58C4E (or 0xD58C4E) is known color: Whiskey Sour. HEX triplet: D5, 8C and 4E. RGB value is (213,140,78). Sum of RGB (Red+Green+Blue) = 213+140+78=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 140 (55.08% from 255 or 32.48% from 431); Blue value is 78 (30.86% from 255 or 18.10% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C4E is #2A73B1. Grayscale: #9B9B9B. Windows color (decimal): -2782130 or 5147861. OLE color: 5147861.

HSL color Cylindrical-coordinate representation of color #D58C4E: hue angle of 27.56º degrees, saturation: 0.62, 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 #D58C4E is Cyan = 0, Magento = 0.34, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 140 78 -
CMYK 0 0.34 0.63 0.16
HSL 27.56º 0.62% 0.57% -
HSV(B) 27.56º 0.63% 0.84% -
XYZ 38.19 33.45 11.65 -
YUV 154.76 84.68 169.54 -
System Red Green Blue C M Y K H S L
Decimal 213 140 78 0 0.34 0.63 0.16 27.56 0.62 0.57
Hex D5 8C 4E 0 22 3F 10 1C 3E 39
Octal 325 214 116 0 42 77 20 34 76 71
Binary 11010101 10001100 1001110 0 100010 111111 10000 11100 111110 111001

Color Harmonies of #D58C4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C4E

Black with #D58C4E

Text Example


Text Example

White with #D58C4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C4E; }

 p { color: rgb(213,140,78); }

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

background-color css

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

 a { background-color: rgb(213,140,78); }

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

border-color css

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

 span { border-color: rgb(213,140,78); }

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