Html Css Color HEX #D1955E Whiskey Sour

📋 copy color: '#D1955E'

red 209 ◦ green 149 ◦ blue 94

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

Shades of Whiskey Sour #D1955E

Tints of Whiskey Sour #D1955E

RGB

 RED value IS 209 (82.03% from 255) = 46.24%

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

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

R = 46.24%
G = 32.96%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#D1955E (or 0xD1955E) is known color: Whiskey Sour. HEX triplet: D1, 95 and 5E. RGB value is (209,149,94). Sum of RGB (Red+Green+Blue) = 209+149+94=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 149 (58.59% from 255 or 32.96% from 452); Blue value is 94 (37.11% from 255 or 20.80% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1955E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1955E is #2E6AA1. Grayscale: #A0A0A0. Windows color (decimal): -3041954 or 6198737. OLE color: 6198737.

HSL color Cylindrical-coordinate representation of color #D1955E: hue angle of 28.7º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D1955E is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 149 94 -
CMYK 0 0.29 0.55 0.18
HSL 28.7º 0.56% 0.59% -
HSV(B) 28.7º 0.55% 0.82% -
XYZ 39.06 35.86 15.45 -
YUV 160.67 90.38 162.47 -
System Red Green Blue C M Y K H S L
Decimal 209 149 94 0 0.29 0.55 0.18 28.7 0.56 0.59
Hex D1 95 5E 0 1D 37 12 1D 38 3B
Octal 321 225 136 0 35 67 22 35 70 73
Binary 11010001 10010101 1011110 0 11101 110111 10010 11101 111000 111011

Color Harmonies of #D1955E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1955E

Black with #D1955E

Text Example


Text Example

White with #D1955E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1955E; }

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

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

background-color css

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

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

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

border-color css

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

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

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