Html Css Color HEX #D5975C Whiskey Sour

📋 copy color: '#D5975C'

red 213 ◦ green 151 ◦ blue 92

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

Shades of Whiskey Sour #D5975C

Tints of Whiskey Sour #D5975C

RGB

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

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

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

R = 46.71%
G = 33.11%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5975C (or 0xD5975C) is known color: Whiskey Sour. HEX triplet: D5, 97 and 5C. RGB value is (213,151,92). Sum of RGB (Red+Green+Blue) = 213+151+92=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 92 (36.33% from 255 or 20.18% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D5975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5975C is #2A68A3. Grayscale: #A3A3A3. Windows color (decimal): -2779300 or 6068181. OLE color: 6068181.

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

Color convert

RGB 213 151 92 -
CMYK 0 0.29 0.57 0.16
HSL 29.26º 0.59% 0.6% -
HSV(B) 29.26º 0.57% 0.84% -
XYZ 40.44 37.05 15.15 -
YUV 162.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 213 151 92 0 0.29 0.57 0.16 29.26 0.59 0.6
Hex D5 97 5C 0 1D 39 10 1D 3B 3C
Octal 325 227 134 0 35 71 20 35 73 74
Binary 11010101 10010111 1011100 0 11101 111001 10000 11101 111011 111100

Color Harmonies of #D5975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5975C

Black with #D5975C

Text Example


Text Example

White with #D5975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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