Html Css Color HEX #D5955C Whiskey Sour

📋 copy color: '#D5955C'

red 213 ◦ green 149 ◦ blue 92

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

Shades of Whiskey Sour #D5955C

Tints of Whiskey Sour #D5955C

RGB

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

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

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

R = 46.92%
G = 32.82%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5955C (or 0xD5955C) is known color: Whiskey Sour. HEX triplet: D5, 95 and 5C. RGB value is (213,149,92). Sum of RGB (Red+Green+Blue) = 213+149+92=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 149 (58.59% from 255 or 32.82% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D5955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5955C is #2A6AA3. Grayscale: #A1A1A1. Windows color (decimal): -2779812 or 6067669. OLE color: 6067669.

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

Color convert

RGB 213 149 92 -
CMYK 0 0.30 0.57 0.16
HSL 28.26º 0.59% 0.6% -
HSV(B) 28.26º 0.57% 0.84% -
XYZ 40.12 36.41 15.04 -
YUV 161.64 88.7 164.63 -
System Red Green Blue C M Y K H S L
Decimal 213 149 92 0 0.30 0.57 0.16 28.26 0.59 0.6
Hex D5 95 5C 0 1E 39 10 1C 3B 3C
Octal 325 225 134 0 36 71 20 34 73 74
Binary 11010101 10010101 1011100 0 11110 111001 10000 11100 111011 111100

Color Harmonies of #D5955C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5955C

Black with #D5955C

Text Example


Text Example

White with #D5955C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5955C; }

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

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

background-color css

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

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

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

border-color css

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

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

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