Html Css Color HEX #D58D50 Whiskey Sour

📋 copy color: '#D58D50'

red 213 ◦ green 141 ◦ blue 80

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

Shades of Whiskey Sour #D58D50

Tints of Whiskey Sour #D58D50

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.49%

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

R = 49.08%
G = 32.49%
B = 18.43%

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

#D58D50 (or 0xD58D50) is known color: Whiskey Sour. HEX triplet: D5, 8D and 50. RGB value is (213,141,80). Sum of RGB (Red+Green+Blue) = 213+141+80=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 141 (55.47% from 255 or 32.49% from 434); Blue value is 80 (31.64% from 255 or 18.43% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D50 is #2A72AF. Grayscale: #9B9B9B. Windows color (decimal): -2781872 or 5279189. OLE color: 5279189.

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

Color convert

RGB 213 141 80 -
CMYK 0 0.34 0.62 0.16
HSL 27.52º 0.61% 0.57% -
HSV(B) 27.52º 0.62% 0.84% -
XYZ 38.41 33.78 12.08 -
YUV 155.57 85.35 168.96 -
System Red Green Blue C M Y K H S L
Decimal 213 141 80 0 0.34 0.62 0.16 27.52 0.61 0.57
Hex D5 8D 50 0 22 3E 10 1C 3D 39
Octal 325 215 120 0 42 76 20 34 75 71
Binary 11010101 10001101 1010000 0 100010 111110 10000 11100 111101 111001

Color Harmonies of #D58D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D50

Black with #D58D50

Text Example


Text Example

White with #D58D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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