Html Css Color HEX #D6975D Whiskey Sour

📋 copy color: '#D6975D'

red 214 ◦ green 151 ◦ blue 93

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

Shades of Whiskey Sour #D6975D

Tints of Whiskey Sour #D6975D

RGB

 RED value IS 214 (83.98% from 255) = 46.72%

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

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

R = 46.72%
G = 32.97%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6975D (or 0xD6975D) is known color: Whiskey Sour. HEX triplet: D6, 97 and 5D. RGB value is (214,151,93). Sum of RGB (Red+Green+Blue) = 214+151+93=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 93 (36.72% from 255 or 20.31% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6975D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6975D is #2968A2. Grayscale: #A3A3A3. Windows color (decimal): -2713763 or 6133718. OLE color: 6133718.

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

Color convert

RGB 214 151 93 -
CMYK 0 0.29 0.57 0.16
HSL 28.76º 0.6% 0.6% -
HSV(B) 28.76º 0.57% 0.84% -
XYZ 40.77 37.22 15.39 -
YUV 163.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 214 151 93 0 0.29 0.57 0.16 28.76 0.6 0.6
Hex D6 97 5D 0 1D 39 10 1D 3C 3C
Octal 326 227 135 0 35 71 20 35 74 74
Binary 11010110 10010111 1011101 0 11101 111001 10000 11101 111100 111100

Color Harmonies of #D6975D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6975D

Black with #D6975D

Text Example


Text Example

White with #D6975D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6975D; }

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

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

background-color css

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

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

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

border-color css

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

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

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