Html Css Color HEX #D3975A Whiskey Sour

📋 copy color: '#D3975A'

red 211 ◦ green 151 ◦ blue 90

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

Shades of Whiskey Sour #D3975A

Tints of Whiskey Sour #D3975A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 19.91%

R = 46.68%
G = 33.41%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3975A (or 0xD3975A) is known color: Whiskey Sour. HEX triplet: D3, 97 and 5A. RGB value is (211,151,90). Sum of RGB (Red+Green+Blue) = 211+151+90=452 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.68% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 90 (35.55% from 255 or 19.91% from 452); Max value from RGB is 211 - color contains mainly: red. Hex color #D3975A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D3975A is #2C68A5. Grayscale: #A2A2A2. Windows color (decimal): -2910374 or 5937107. OLE color: 5937107.

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

Color convert

RGB 211 151 90 -
CMYK 0 0.28 0.57 0.17
HSL 30.25º 0.58% 0.59% -
HSV(B) 30.25º 0.57% 0.83% -
XYZ 39.78 36.72 14.66 -
YUV 161.99 87.38 162.96 -
System Red Green Blue C M Y K H S L
Decimal 211 151 90 0 0.28 0.57 0.17 30.25 0.58 0.59
Hex D3 97 5A 0 1C 39 11 1E 3A 3B
Octal 323 227 132 0 34 71 21 36 72 73
Binary 11010011 10010111 1011010 0 11100 111001 10001 11110 111010 111011

Color Harmonies of #D3975A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3975A

Black with #D3975A

Text Example


Text Example

White with #D3975A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3975A; }

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

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

background-color css

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

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

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

border-color css

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

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

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