Html Css Color HEX #D9945C Whiskey Sour

📋 copy color: '#D9945C'

red 217 ◦ green 148 ◦ blue 92

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

Shades of Whiskey Sour #D9945C

Tints of Whiskey Sour #D9945C

RGB

 RED value IS 217 (85.16% from 255) = 47.48%

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

 BLUE value IS 92 (36.33% from 255) = 20.13%

R = 47.48%
G = 32.39%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9945C (or 0xD9945C) is known color: Whiskey Sour. HEX triplet: D9, 94 and 5C. RGB value is (217,148,92). Sum of RGB (Red+Green+Blue) = 217+148+92=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 92 (36.33% from 255 or 20.13% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D9945C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9945C is #266BA3. Grayscale: #A2A2A2. Windows color (decimal): -2517924 or 6067417. OLE color: 6067417.

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

Color convert

RGB 217 148 92 -
CMYK 0 0.32 0.58 0.15
HSL 26.88º 0.62% 0.61% -
HSV(B) 26.88º 0.58% 0.85% -
XYZ 41.14 36.7 15.04 -
YUV 162.25 88.36 167.05 -
System Red Green Blue C M Y K H S L
Decimal 217 148 92 0 0.32 0.58 0.15 26.88 0.62 0.61
Hex D9 94 5C 0 20 3A F 1B 3E 3D
Octal 331 224 134 0 40 72 17 33 76 75
Binary 11011001 10010100 1011100 0 100000 111010 1111 11011 111110 111101

Color Harmonies of #D9945C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9945C

Black with #D9945C

Text Example


Text Example

White with #D9945C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9945C; }

 p { color: rgb(217,148,92); }

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

background-color css

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

 a { background-color: rgb(217,148,92); }

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

border-color css

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

 span { border-color: rgb(217,148,92); }

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