Html Css Color HEX #D58D58 Whiskey Sour

📋 copy color: '#D58D58'

red 213 ◦ green 141 ◦ blue 88

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

Shades of Whiskey Sour #D58D58

Tints of Whiskey Sour #D58D58

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 19.91%

R = 48.19%
G = 31.9%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D58D58 (or 0xD58D58) is known color: Whiskey Sour. HEX triplet: D5, 8D and 58. RGB value is (213,141,88). Sum of RGB (Red+Green+Blue) = 213+141+88=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 141 (55.47% from 255 or 31.90% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D58D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58D58 is #2A72A7. Grayscale: #9C9C9C. Windows color (decimal): -2781864 or 5803477. OLE color: 5803477.

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

Color convert

RGB 213 141 88 -
CMYK 0 0.34 0.59 0.16
HSL 25.44º 0.6% 0.59% -
HSV(B) 25.44º 0.59% 0.84% -
XYZ 38.73 33.9 13.73 -
YUV 156.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 213 141 88 0 0.34 0.59 0.16 25.44 0.6 0.59
Hex D5 8D 58 0 22 3B 10 19 3C 3B
Octal 325 215 130 0 42 73 20 31 74 73
Binary 11010101 10001101 1011000 0 100010 111011 10000 11001 111100 111011

Color Harmonies of #D58D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58D58

Black with #D58D58

Text Example


Text Example

White with #D58D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58D58; }

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

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

background-color css

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

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

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

border-color css

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

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

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