Html Css Color HEX #D3975C Whiskey Sour

📋 copy color: '#D3975C'

red 211 ◦ green 151 ◦ blue 92

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

Shades of Whiskey Sour #D3975C

Tints of Whiskey Sour #D3975C

RGB

 RED value IS 211 (82.81% from 255) = 46.48%

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

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

R = 46.48%
G = 33.26%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3975C (or 0xD3975C) is known color: Whiskey Sour. HEX triplet: D3, 97 and 5C. RGB value is (211,151,92). Sum of RGB (Red+Green+Blue) = 211+151+92=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 151 (59.38% from 255 or 33.26% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D3975C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3975C is #2C68A3. Grayscale: #A2A2A2. Windows color (decimal): -2910372 or 6068179. OLE color: 6068179.

HSL color Cylindrical-coordinate representation of color #D3975C: hue angle of 29.75º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D3975C is Cyan = 0, Magento = 0.28, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 151 92 -
CMYK 0 0.28 0.56 0.17
HSL 29.75º 0.57% 0.59% -
HSV(B) 29.75º 0.56% 0.83% -
XYZ 39.86 36.75 15.12 -
YUV 162.21 88.38 162.8 -
System Red Green Blue C M Y K H S L
Decimal 211 151 92 0 0.28 0.56 0.17 29.75 0.57 0.59
Hex D3 97 5C 0 1C 38 11 1E 39 3B
Octal 323 227 134 0 34 70 21 36 71 73
Binary 11010011 10010111 1011100 0 11100 111000 10001 11110 111001 111011

Color Harmonies of #D3975C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3975C

Black with #D3975C

Text Example


Text Example

White with #D3975C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3975C; }

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

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

background-color css

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

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

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

border-color css

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

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

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