Html Css Color HEX #D58C50 Whiskey Sour

📋 copy color: '#D58C50'

red 213 ◦ green 140 ◦ blue 80

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

Shades of Whiskey Sour #D58C50

Tints of Whiskey Sour #D58C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 49.19%
G = 32.33%
B = 18.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D58C50 (or 0xD58C50) is known color: Whiskey Sour. HEX triplet: D5, 8C and 50. RGB value is (213,140,80). Sum of RGB (Red+Green+Blue) = 213+140+80=433 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.19% from 433); Green value is 140 (55.08% from 255 or 32.33% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C50 is #2A73AF. Grayscale: #9B9B9B. Windows color (decimal): -2782128 or 5278933. OLE color: 5278933.

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

Color convert

RGB 213 140 80 -
CMYK 0 0.34 0.62 0.16
HSL 27.07º 0.61% 0.57% -
HSV(B) 27.07º 0.62% 0.84% -
XYZ 38.27 33.48 12.04 -
YUV 154.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 213 140 80 0 0.34 0.62 0.16 27.07 0.61 0.57
Hex D5 8C 50 0 22 3E 10 1B 3D 39
Octal 325 214 120 0 42 76 20 33 75 71
Binary 11010101 10001100 1010000 0 100010 111110 10000 11011 111101 111001

Color Harmonies of #D58C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C50

Black with #D58C50

Text Example


Text Example

White with #D58C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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