Html Css Color HEX #D5985F Whiskey Sour

📋 copy color: '#D5985F'

red 213 ◦ green 152 ◦ blue 95

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

Shades of Whiskey Sour #D5985F

Tints of Whiskey Sour #D5985F

RGB

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

 GREEN value IS 152 (59.77% from 255) = 33.04%

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

R = 46.3%
G = 33.04%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#D5985F (or 0xD5985F) is known color: Whiskey Sour. HEX triplet: D5, 98 and 5F. RGB value is (213,152,95). Sum of RGB (Red+Green+Blue) = 213+152+95=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 95 (37.5% from 255 or 20.65% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D5985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5985F is #2A67A0. Grayscale: #A4A4A4. Windows color (decimal): -2779041 or 6265045. OLE color: 6265045.

HSL color Cylindrical-coordinate representation of color #D5985F: hue angle of 28.98º 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 #D5985F is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 152 95 -
CMYK 0 0.29 0.55 0.16
HSL 28.98º 0.58% 0.6% -
HSV(B) 28.98º 0.55% 0.84% -
XYZ 40.73 37.43 15.9 -
YUV 163.74 89.21 163.13 -
System Red Green Blue C M Y K H S L
Decimal 213 152 95 0 0.29 0.55 0.16 28.98 0.58 0.6
Hex D5 98 5F 0 1D 37 10 1D 3A 3C
Octal 325 230 137 0 35 67 20 35 72 74
Binary 11010101 10011000 1011111 0 11101 110111 10000 11101 111010 111100

Color Harmonies of #D5985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5985F

Black with #D5985F

Text Example


Text Example

White with #D5985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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