Html Css Color HEX #D9915D Whiskey Sour

📋 copy color: '#D9915D'

red 217 ◦ green 145 ◦ blue 93

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

Shades of Whiskey Sour #D9915D

Tints of Whiskey Sour #D9915D

RGB

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

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

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

R = 47.69%
G = 31.87%
B = 20.44%

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

#D9915D (or 0xD9915D) is known color: Whiskey Sour. HEX triplet: D9, 91 and 5D. RGB value is (217,145,93). Sum of RGB (Red+Green+Blue) = 217+145+93=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 93 (36.72% from 255 or 20.44% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D9915D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9915D is #266EA2. Grayscale: #A0A0A0. Windows color (decimal): -2518691 or 6132185. OLE color: 6132185.

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

Color convert

RGB 217 145 93 -
CMYK 0 0.33 0.57 0.15
HSL 25.16º 0.62% 0.61% -
HSV(B) 25.16º 0.57% 0.85% -
XYZ 40.72 35.79 15.12 -
YUV 160.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 217 145 93 0 0.33 0.57 0.15 25.16 0.62 0.61
Hex D9 91 5D 0 21 39 F 19 3E 3D
Octal 331 221 135 0 41 71 17 31 76 75
Binary 11011001 10010001 1011101 0 100001 111001 1111 11001 111110 111101

Color Harmonies of #D9915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9915D

Black with #D9915D

Text Example


Text Example

White with #D9915D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9915D; }

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

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

background-color css

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

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

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

border-color css

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

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

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