Html Css Color HEX #D5955E Whiskey Sour

📋 copy color: '#D5955E'

red 213 ◦ green 149 ◦ blue 94

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

Shades of Whiskey Sour #D5955E

Tints of Whiskey Sour #D5955E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.68%

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 46.71%
G = 32.68%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5955E (or 0xD5955E) is known color: Whiskey Sour. HEX triplet: D5, 95 and 5E. RGB value is (213,149,94). Sum of RGB (Red+Green+Blue) = 213+149+94=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 149 (58.59% from 255 or 32.68% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5955E is #2A6AA1. Grayscale: #A2A2A2. Windows color (decimal): -2779810 or 6198741. OLE color: 6198741.

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

Color convert

RGB 213 149 94 -
CMYK 0 0.30 0.56 0.16
HSL 27.73º 0.59% 0.6% -
HSV(B) 27.73º 0.56% 0.84% -
XYZ 40.21 36.45 15.51 -
YUV 161.87 89.7 164.47 -
System Red Green Blue C M Y K H S L
Decimal 213 149 94 0 0.30 0.56 0.16 27.73 0.59 0.6
Hex D5 95 5E 0 1E 38 10 1C 3B 3C
Octal 325 225 136 0 36 70 20 34 73 74
Binary 11010101 10010101 1011110 0 11110 111000 10000 11100 111011 111100

Color Harmonies of #D5955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5955E

Black with #D5955E

Text Example


Text Example

White with #D5955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5955E; }

 p { color: rgb(213,149,94); }

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

background-color css

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

 a { background-color: rgb(213,149,94); }

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

border-color css

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

 span { border-color: rgb(213,149,94); }

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