Html Css Color HEX #D1975C Whiskey Sour

📋 copy color: '#D1975C'

red 209 ◦ green 151 ◦ blue 92

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

Shades of Whiskey Sour #D1975C

Tints of Whiskey Sour #D1975C

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.41%

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

R = 46.24%
G = 33.41%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.18

RGB Variations

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

Color information

#D1975C (or 0xD1975C) is known color: Whiskey Sour. HEX triplet: D1, 97 and 5C. RGB value is (209,151,92). Sum of RGB (Red+Green+Blue) = 209+151+92=452 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.24% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 209 - color contains mainly: red. Hex color #D1975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D1975C is #2E68A3. Grayscale: #A1A1A1. Windows color (decimal): -3041444 or 6068177. OLE color: 6068177.

HSL color Cylindrical-coordinate representation of color #D1975C: hue angle of 30.26º 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 #D1975C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 151 92 -
CMYK 0 0.28 0.56 0.18
HSL 30.26º 0.56% 0.59% -
HSV(B) 30.26º 0.56% 0.82% -
XYZ 39.29 36.46 15.09 -
YUV 161.62 88.72 161.8 -
System Red Green Blue C M Y K H S L
Decimal 209 151 92 0 0.28 0.56 0.18 30.26 0.56 0.59
Hex D1 97 5C 0 1C 38 12 1E 38 3B
Octal 321 227 134 0 34 70 22 36 70 73
Binary 11010001 10010111 1011100 0 11100 111000 10010 11110 111000 111011

Color Harmonies of #D1975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1975C

Black with #D1975C

Text Example


Text Example

White with #D1975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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