Html Css Color HEX #D8945D Whiskey Sour

📋 copy color: '#D8945D'

red 216 ◦ green 148 ◦ blue 93

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

Shades of Whiskey Sour #D8945D

Tints of Whiskey Sour #D8945D

RGB

 RED value IS 216 (84.77% from 255) = 47.26%

 GREEN value IS 148 (58.2% from 255) = 32.39%

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

R = 47.26%
G = 32.39%
B = 20.35%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D8945D (or 0xD8945D) is known color: Whiskey Sour. HEX triplet: D8, 94 and 5D. RGB value is (216,148,93). Sum of RGB (Red+Green+Blue) = 216+148+93=457 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.26% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 93 (36.72% from 255 or 20.35% from 457); Max value from RGB is 216 - color contains mainly: red. Hex color #D8945D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8945D is #276BA2. Grayscale: #A2A2A2. Windows color (decimal): -2583459 or 6132952. OLE color: 6132952.

HSL color Cylindrical-coordinate representation of color #D8945D: hue angle of 26.83º degrees, saturation: 0.61, 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 #D8945D is Cyan = 0, Magento = 0.31, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 93 -
CMYK 0 0.31 0.57 0.15
HSL 26.83º 0.61% 0.61% -
HSV(B) 26.83º 0.57% 0.85% -
XYZ 40.88 36.57 15.26 -
YUV 162.06 89.03 166.47 -
System Red Green Blue C M Y K H S L
Decimal 216 148 93 0 0.31 0.57 0.15 26.83 0.61 0.61
Hex D8 94 5D 0 1F 39 F 1B 3D 3D
Octal 330 224 135 0 37 71 17 33 75 75
Binary 11011000 10010100 1011101 0 11111 111001 1111 11011 111101 111101

Color Harmonies of #D8945D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8945D

Black with #D8945D

Text Example


Text Example

White with #D8945D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8945D; }

 p { color: rgb(216,148,93); }

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

background-color css

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

 a { background-color: rgb(216,148,93); }

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

border-color css

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

 span { border-color: rgb(216,148,93); }

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