Html Css Color HEX #D7975D Whiskey Sour

📋 copy color: '#D7975D'

red 215 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #D7975D

Tints of Whiskey Sour #D7975D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 20.26%

R = 46.84%
G = 32.9%
B = 20.26%

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

#D7975D (or 0xD7975D) is known color: Whiskey Sour. HEX triplet: D7, 97 and 5D. RGB value is (215,151,93). Sum of RGB (Red+Green+Blue) = 215+151+93=459 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.84% from 459); Green value is 151 (59.38% from 255 or 32.90% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 215 - color contains mainly: red. Hex color #D7975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7975D is #2868A2. Grayscale: #A3A3A3. Windows color (decimal): -2648227 or 6133719. OLE color: 6133719.

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

Color convert

RGB 215 151 93 -
CMYK 0 0.30 0.57 0.16
HSL 28.52º 0.6% 0.6% -
HSV(B) 28.52º 0.57% 0.84% -
XYZ 41.07 37.37 15.4 -
YUV 163.52 88.2 164.72 -
System Red Green Blue C M Y K H S L
Decimal 215 151 93 0 0.30 0.57 0.16 28.52 0.6 0.6
Hex D7 97 5D 0 1E 39 10 1D 3C 3C
Octal 327 227 135 0 36 71 20 35 74 74
Binary 11010111 10010111 1011101 0 11110 111001 10000 11101 111100 111100

Color Harmonies of #D7975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7975D

Black with #D7975D

Text Example


Text Example

White with #D7975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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