Html Css Color HEX #D9915E Whiskey Sour

📋 copy color: '#D9915E'

red 217 ◦ green 145 ◦ blue 94

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

Shades of Whiskey Sour #D9915E

Tints of Whiskey Sour #D9915E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 20.61%

R = 47.59%
G = 31.8%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#D9915E (or 0xD9915E) is known color: Whiskey Sour. HEX triplet: D9, 91 and 5E. RGB value is (217,145,94). Sum of RGB (Red+Green+Blue) = 217+145+94=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 145 (57.03% from 255 or 31.80% from 456); Blue value is 94 (37.11% from 255 or 20.61% from 456); Max value from RGB is 217 - color contains mainly: red. Hex color #D9915E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9915E is #266EA1. Grayscale: #A0A0A0. Windows color (decimal): -2518690 or 6197721. OLE color: 6197721.

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

Color convert

RGB 217 145 94 -
CMYK 0 0.33 0.57 0.15
HSL 24.88º 0.62% 0.61% -
HSV(B) 24.88º 0.57% 0.85% -
XYZ 40.76 35.81 15.35 -
YUV 160.71 90.35 168.15 -
System Red Green Blue C M Y K H S L
Decimal 217 145 94 0 0.33 0.57 0.15 24.88 0.62 0.61
Hex D9 91 5E 0 21 39 F 19 3E 3D
Octal 331 221 136 0 41 71 17 31 76 75
Binary 11011001 10010001 1011110 0 100001 111001 1111 11001 111110 111101

Color Harmonies of #D9915E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9915E

Black with #D9915E

Text Example


Text Example

White with #D9915E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9915E; }

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

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

background-color css

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

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

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

border-color css

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

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

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