Html Css Color HEX #D58C55 Whiskey Sour

📋 copy color: '#D58C55'

red 213 ◦ green 140 ◦ blue 85

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

Shades of Whiskey Sour #D58C55

Tints of Whiskey Sour #D58C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 48.63%
G = 31.96%
B = 19.41%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D58C55 (or 0xD58C55) is known color: Whiskey Sour. HEX triplet: D5, 8C and 55. RGB value is (213,140,85). Sum of RGB (Red+Green+Blue) = 213+140+85=438 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.63% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C55 is #2A73AA. Grayscale: #9B9B9B. Windows color (decimal): -2782123 or 5606613. OLE color: 5606613.

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

Color convert

RGB 213 140 85 -
CMYK 0 0.34 0.60 0.16
HSL 25.78º 0.6% 0.58% -
HSV(B) 25.78º 0.6% 0.84% -
XYZ 38.46 33.56 13.04 -
YUV 155.56 88.18 168.97 -
System Red Green Blue C M Y K H S L
Decimal 213 140 85 0 0.34 0.60 0.16 25.78 0.6 0.58
Hex D5 8C 55 0 22 3C 10 1A 3C 3A
Octal 325 214 125 0 42 74 20 32 74 72
Binary 11010101 10001100 1010101 0 100010 111100 10000 11010 111100 111010

Color Harmonies of #D58C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C55

Black with #D58C55

Text Example


Text Example

White with #D58C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C55; }

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

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

background-color css

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

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

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

border-color css

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

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

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