Html Css Color HEX #D1915C Whiskey Sour

📋 copy color: '#D1915C'

red 209 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #D1915C

Tints of Whiskey Sour #D1915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 32.51%

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

R = 46.86%
G = 32.51%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1915C (or 0xD1915C) is known color: Whiskey Sour. HEX triplet: D1, 91 and 5C. RGB value is (209,145,92). Sum of RGB (Red+Green+Blue) = 209+145+92=446 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.86% from 446); Green value is 145 (57.03% from 255 or 32.51% from 446); Blue value is 92 (36.33% from 255 or 20.63% from 446); Max value from RGB is 209 - color contains mainly: red. Hex color #D1915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1915C is #2E6EA3. Grayscale: #9E9E9E. Windows color (decimal): -3042980 or 6066641. OLE color: 6066641.

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

Color convert

RGB 209 145 92 -
CMYK 0 0.31 0.56 0.18
HSL 27.18º 0.56% 0.59% -
HSV(B) 27.18º 0.56% 0.82% -
XYZ 38.35 34.58 14.78 -
YUV 158.09 90.7 164.31 -
System Red Green Blue C M Y K H S L
Decimal 209 145 92 0 0.31 0.56 0.18 27.18 0.56 0.59
Hex D1 91 5C 0 1F 38 12 1B 38 3B
Octal 321 221 134 0 37 70 22 33 70 73
Binary 11010001 10010001 1011100 0 11111 111000 10010 11011 111000 111011

Color Harmonies of #D1915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1915C

Black with #D1915C

Text Example


Text Example

White with #D1915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1915C; }

 p { color: rgb(209,145,92); }

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

background-color css

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

 a { background-color: rgb(209,145,92); }

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

border-color css

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

 span { border-color: rgb(209,145,92); }

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