Html Css Color HEX #D58C5C Whiskey Sour

📋 copy color: '#D58C5C'

red 213 ◦ green 140 ◦ blue 92

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

Shades of Whiskey Sour #D58C5C

Tints of Whiskey Sour #D58C5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 20.67%

R = 47.87%
G = 31.46%
B = 20.67%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D58C5C (or 0xD58C5C) is known color: Whiskey Sour. HEX triplet: D5, 8C and 5C. RGB value is (213,140,92). Sum of RGB (Red+Green+Blue) = 213+140+92=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 140 (55.08% from 255 or 31.46% from 445); Blue value is 92 (36.33% from 255 or 20.67% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D58C5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58C5C is #2A73A3. Grayscale: #9C9C9C. Windows color (decimal): -2782116 or 6065365. OLE color: 6065365.

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

Color convert

RGB 213 140 92 -
CMYK 0 0.34 0.57 0.16
HSL 23.8º 0.59% 0.6% -
HSV(B) 23.8º 0.57% 0.84% -
XYZ 38.75 33.68 14.58 -
YUV 156.36 91.68 168.4 -
System Red Green Blue C M Y K H S L
Decimal 213 140 92 0 0.34 0.57 0.16 23.8 0.59 0.6
Hex D5 8C 5C 0 22 39 10 18 3B 3C
Octal 325 214 134 0 42 71 20 30 73 74
Binary 11010101 10001100 1011100 0 100010 111001 10000 11000 111011 111100

Color Harmonies of #D58C5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58C5C

Black with #D58C5C

Text Example


Text Example

White with #D58C5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58C5C; }

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

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

background-color css

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

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

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

border-color css

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

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

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