Html Css Color HEX #D8945A Whiskey Sour

📋 copy color: '#D8945A'

red 216 ◦ green 148 ◦ blue 90

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

Shades of Whiskey Sour #D8945A

Tints of Whiskey Sour #D8945A

RGB

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

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

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

R = 47.58%
G = 32.6%
B = 19.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D8945A (or 0xD8945A) is known color: Whiskey Sour. HEX triplet: D8, 94 and 5A. RGB value is (216,148,90). Sum of RGB (Red+Green+Blue) = 216+148+90=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 148 (58.20% from 255 or 32.60% from 454); Blue value is 90 (35.55% from 255 or 19.82% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D8945A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D8945A is #276BA5. Grayscale: #A2A2A2. Windows color (decimal): -2583462 or 5936344. OLE color: 5936344.

HSL color Cylindrical-coordinate representation of color #D8945A: hue angle of 27.62º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D8945A is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 148 90 -
CMYK 0 0.31 0.58 0.15
HSL 27.62º 0.62% 0.6% -
HSV(B) 27.62º 0.58% 0.85% -
XYZ 40.75 36.52 14.57 -
YUV 161.72 87.53 166.72 -
System Red Green Blue C M Y K H S L
Decimal 216 148 90 0 0.31 0.58 0.15 27.62 0.62 0.6
Hex D8 94 5A 0 1F 3A F 1C 3E 3C
Octal 330 224 132 0 37 72 17 34 76 74
Binary 11011000 10010100 1011010 0 11111 111010 1111 11100 111110 111100

Color Harmonies of #D8945A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8945A

Black with #D8945A

Text Example


Text Example

White with #D8945A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8945A; }

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

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

background-color css

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

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

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

border-color css

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

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

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