Html Css Color HEX #D5995F Whiskey Sour

📋 copy color: '#D5995F'

red 213 ◦ green 153 ◦ blue 95

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

Shades of Whiskey Sour #D5995F

Tints of Whiskey Sour #D5995F

RGB

 RED value IS 213 (83.59% from 255) = 46.2%

 GREEN value IS 153 (60.16% from 255) = 33.19%

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

R = 46.2%
G = 33.19%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5995F (or 0xD5995F) is known color: Whiskey Sour. HEX triplet: D5, 99 and 5F. RGB value is (213,153,95). Sum of RGB (Red+Green+Blue) = 213+153+95=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 153 (60.16% from 255 or 33.19% from 461); Blue value is 95 (37.5% from 255 or 20.61% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D5995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5995F is #2A66A0. Grayscale: #A4A4A4. Windows color (decimal): -2778785 or 6265301. OLE color: 6265301.

HSL color Cylindrical-coordinate representation of color #D5995F: hue angle of 29.49º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D5995F is Cyan = 0, Magento = 0.28, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 153 95 -
CMYK 0 0.28 0.55 0.16
HSL 29.49º 0.58% 0.6% -
HSV(B) 29.49º 0.55% 0.84% -
XYZ 40.9 37.75 15.96 -
YUV 164.33 88.88 162.72 -
System Red Green Blue C M Y K H S L
Decimal 213 153 95 0 0.28 0.55 0.16 29.49 0.58 0.6
Hex D5 99 5F 0 1C 37 10 1D 3A 3C
Octal 325 231 137 0 34 67 20 35 72 74
Binary 11010101 10011001 1011111 0 11100 110111 10000 11101 111010 111100

Color Harmonies of #D5995F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5995F

Black with #D5995F

Text Example


Text Example

White with #D5995F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5995F; }

 p { color: rgb(213,153,95); }

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

background-color css

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

 a { background-color: rgb(213,153,95); }

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

border-color css

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

 span { border-color: rgb(213,153,95); }

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