Html Css Color HEX #D9935F Whiskey Sour

📋 copy color: '#D9935F'

red 217 ◦ green 147 ◦ blue 95

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

Shades of Whiskey Sour #D9935F

Tints of Whiskey Sour #D9935F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

 BLUE value IS 95 (37.5% from 255) = 20.7%

R = 47.28%
G = 32.03%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9935F (or 0xD9935F) is known color: Whiskey Sour. HEX triplet: D9, 93 and 5F. RGB value is (217,147,95). Sum of RGB (Red+Green+Blue) = 217+147+95=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 95 (37.5% from 255 or 20.70% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D9935F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9935F is #266CA0. Grayscale: #A2A2A2. Windows color (decimal): -2518177 or 6263769. OLE color: 6263769.

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

Color convert

RGB 217 147 95 -
CMYK 0 0.32 0.56 0.15
HSL 25.57º 0.62% 0.61% -
HSV(B) 25.57º 0.56% 0.85% -
XYZ 41.11 36.45 15.69 -
YUV 162 90.19 167.23 -
System Red Green Blue C M Y K H S L
Decimal 217 147 95 0 0.32 0.56 0.15 25.57 0.62 0.61
Hex D9 93 5F 0 20 38 F 1A 3E 3D
Octal 331 223 137 0 40 70 17 32 76 75
Binary 11011001 10010011 1011111 0 100000 111000 1111 11010 111110 111101

Color Harmonies of #D9935F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9935F

Black with #D9935F

Text Example


Text Example

White with #D9935F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9935F; }

 p { color: rgb(217,147,95); }

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

background-color css

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

 a { background-color: rgb(217,147,95); }

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

border-color css

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

 span { border-color: rgb(217,147,95); }

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