Html Css Color HEX #D5975D Whiskey Sour

📋 copy color: '#D5975D'

red 213 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #D5975D

Tints of Whiskey Sour #D5975D

RGB

 RED value IS 213 (83.59% from 255) = 46.61%

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

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

R = 46.61%
G = 33.04%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5975D (or 0xD5975D) is known color: Whiskey Sour. HEX triplet: D5, 97 and 5D. RGB value is (213,151,93). Sum of RGB (Red+Green+Blue) = 213+151+93=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D5975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5975D is #2A68A2. Grayscale: #A3A3A3. Windows color (decimal): -2779299 or 6133717. OLE color: 6133717.

HSL color Cylindrical-coordinate representation of color #D5975D: hue angle of 29º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D5975D is Cyan = 0, Magento = 0.29, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 151 93 -
CMYK 0 0.29 0.56 0.16
HSL 29º 0.59% 0.6% -
HSV(B) 29º 0.56% 0.84% -
XYZ 40.48 37.07 15.38 -
YUV 162.93 88.54 163.72 -
System Red Green Blue C M Y K H S L
Decimal 213 151 93 0 0.29 0.56 0.16 29 0.59 0.6
Hex D5 97 5D 0 1D 38 10 1D 3B 3C
Octal 325 227 135 0 35 70 20 35 73 74
Binary 11010101 10010111 1011101 0 11101 111000 10000 11101 111011 111100

Color Harmonies of #D5975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5975D

Black with #D5975D

Text Example


Text Example

White with #D5975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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