Html Css Color HEX #D9975D Whiskey Sour

📋 copy color: '#D9975D'

red 217 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #D9975D

Tints of Whiskey Sour #D9975D

RGB

 RED value IS 217 (85.16% from 255) = 47.07%

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

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

R = 47.07%
G = 32.75%
B = 20.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9975D (or 0xD9975D) is known color: Whiskey Sour. HEX triplet: D9, 97 and 5D. RGB value is (217,151,93). Sum of RGB (Red+Green+Blue) = 217+151+93=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 151 (59.38% from 255 or 32.75% from 461); Blue value is 93 (36.72% from 255 or 20.17% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D9975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9975D is #2668A2. Grayscale: #A4A4A4. Windows color (decimal): -2517155 or 6133721. OLE color: 6133721.

HSL color Cylindrical-coordinate representation of color #D9975D: hue angle of 28.06º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D9975D is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 151 93 -
CMYK 0 0.30 0.57 0.15
HSL 28.06º 0.62% 0.61% -
HSV(B) 28.06º 0.57% 0.85% -
XYZ 41.66 37.68 15.43 -
YUV 164.12 87.87 165.72 -
System Red Green Blue C M Y K H S L
Decimal 217 151 93 0 0.30 0.57 0.15 28.06 0.62 0.61
Hex D9 97 5D 0 1E 39 F 1C 3E 3D
Octal 331 227 135 0 36 71 17 34 76 75
Binary 11011001 10010111 1011101 0 11110 111001 1111 11100 111110 111101

Color Harmonies of #D9975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9975D

Black with #D9975D

Text Example


Text Example

White with #D9975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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