Html Css Color HEX #D58954 Whiskey Sour

📋 copy color: '#D58954'

red 213 ◦ green 137 ◦ blue 84

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

Shades of Whiskey Sour #D58954

Tints of Whiskey Sour #D58954

RGB

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

 GREEN value IS 137 (53.91% from 255) = 31.57%

 BLUE value IS 84 (33.2% from 255) = 19.35%

R = 49.08%
G = 31.57%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D58954 (or 0xD58954) is known color: Whiskey Sour. HEX triplet: D5, 89 and 54. RGB value is (213,137,84). Sum of RGB (Red+Green+Blue) = 213+137+84=434 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.08% from 434); Green value is 137 (53.91% from 255 or 31.57% from 434); Blue value is 84 (33.20% from 255 or 19.35% from 434); Max value from RGB is 213 - color contains mainly: red. Hex color #D58954 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58954 is #2A76AB. Grayscale: #999999. Windows color (decimal): -2782892 or 5540309. OLE color: 5540309.

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

Color convert

RGB 213 137 84 -
CMYK 0 0.36 0.61 0.16
HSL 24.65º 0.61% 0.58% -
HSV(B) 24.65º 0.61% 0.84% -
XYZ 37.99 32.68 12.69 -
YUV 153.68 88.68 170.31 -
System Red Green Blue C M Y K H S L
Decimal 213 137 84 0 0.36 0.61 0.16 24.65 0.61 0.58
Hex D5 89 54 0 24 3D 10 19 3D 3A
Octal 325 211 124 0 44 75 20 31 75 72
Binary 11010101 10001001 1010100 0 100100 111101 10000 11001 111101 111010

Color Harmonies of #D58954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58954

Black with #D58954

Text Example


Text Example

White with #D58954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58954; }

 p { color: rgb(213,137,84); }

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

background-color css

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

 a { background-color: rgb(213,137,84); }

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

border-color css

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

 span { border-color: rgb(213,137,84); }

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