Html Css Color HEX #D7975C Whiskey Sour

📋 copy color: '#D7975C'

red 215 ◦ green 151 ◦ blue 92

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

Shades of Whiskey Sour #D7975C

Tints of Whiskey Sour #D7975C

RGB

 RED value IS 215 (84.38% from 255) = 46.94%

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

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

R = 46.94%
G = 32.97%
B = 20.09%

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

#D7975C (or 0xD7975C) is known color: Whiskey Sour. HEX triplet: D7, 97 and 5C. RGB value is (215,151,92). Sum of RGB (Red+Green+Blue) = 215+151+92=458 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.94% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 215 - color contains mainly: red. Hex color #D7975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7975C is #2868A3. Grayscale: #A3A3A3. Windows color (decimal): -2648228 or 6068183. OLE color: 6068183.

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

Color convert

RGB 215 151 92 -
CMYK 0 0.30 0.57 0.16
HSL 28.78º 0.61% 0.6% -
HSV(B) 28.78º 0.57% 0.84% -
XYZ 41.02 37.35 15.17 -
YUV 163.41 87.7 164.8 -
System Red Green Blue C M Y K H S L
Decimal 215 151 92 0 0.30 0.57 0.16 28.78 0.61 0.6
Hex D7 97 5C 0 1E 39 10 1D 3D 3C
Octal 327 227 134 0 36 71 20 35 75 74
Binary 11010111 10010111 1011100 0 11110 111001 10000 11101 111101 111100

Color Harmonies of #D7975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7975C

Black with #D7975C

Text Example


Text Example

White with #D7975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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