Html Css Color HEX #D9915C Whiskey Sour

📋 copy color: '#D9915C'

red 217 ◦ green 145 ◦ blue 92

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

Shades of Whiskey Sour #D9915C

Tints of Whiskey Sour #D9915C

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.94%

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

R = 47.8%
G = 31.94%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.15

RGB Variations

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

Color information

#D9915C (or 0xD9915C) is known color: Whiskey Sour. HEX triplet: D9, 91 and 5C. RGB value is (217,145,92). Sum of RGB (Red+Green+Blue) = 217+145+92=454 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.80% from 454); Green value is 145 (57.03% from 255 or 31.94% from 454); Blue value is 92 (36.33% from 255 or 20.26% from 454); Max value from RGB is 217 - color contains mainly: red. Hex color #D9915C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9915C is #266EA3. Grayscale: #A0A0A0. Windows color (decimal): -2518692 or 6066649. OLE color: 6066649.

HSL color Cylindrical-coordinate representation of color #D9915C: hue angle of 25.44º 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 #D9915C is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 145 92 -
CMYK 0 0.33 0.58 0.15
HSL 25.44º 0.62% 0.61% -
HSV(B) 25.44º 0.58% 0.85% -
XYZ 40.67 35.78 14.89 -
YUV 160.49 89.35 168.31 -
System Red Green Blue C M Y K H S L
Decimal 217 145 92 0 0.33 0.58 0.15 25.44 0.62 0.61
Hex D9 91 5C 0 21 3A F 19 3E 3D
Octal 331 221 134 0 41 72 17 31 76 75
Binary 11011001 10010001 1011100 0 100001 111010 1111 11001 111110 111101

Color Harmonies of #D9915C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9915C

Black with #D9915C

Text Example


Text Example

White with #D9915C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9915C; }

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

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

background-color css

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

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

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

border-color css

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

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

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