Html Css Color HEX #D5995D Whiskey Sour

📋 copy color: '#D5995D'

red 213 ◦ green 153 ◦ blue 93

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

Shades of Whiskey Sour #D5995D

Tints of Whiskey Sour #D5995D

RGB

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

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

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

R = 46.41%
G = 33.33%
B = 20.26%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5995D (or 0xD5995D) is known color: Whiskey Sour. HEX triplet: D5, 99 and 5D. RGB value is (213,153,93). Sum of RGB (Red+Green+Blue) = 213+153+93=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D5995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5995D is #2A66A2. Grayscale: #A4A4A4. Windows color (decimal): -2778787 or 6134229. OLE color: 6134229.

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

Color convert

RGB 213 153 93 -
CMYK 0 0.28 0.56 0.16
HSL 30º 0.59% 0.6% -
HSV(B) 30º 0.56% 0.84% -
XYZ 40.81 37.72 15.49 -
YUV 164.1 87.88 162.88 -
System Red Green Blue C M Y K H S L
Decimal 213 153 93 0 0.28 0.56 0.16 30 0.59 0.6
Hex D5 99 5D 0 1C 38 10 1E 3B 3C
Octal 325 231 135 0 34 70 20 36 73 74
Binary 11010101 10011001 1011101 0 11100 111000 10000 11110 111011 111100

Color Harmonies of #D5995D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5995D

Black with #D5995D

Text Example


Text Example

White with #D5995D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5995D; }

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

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

background-color css

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

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

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

border-color css

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

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

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