Html Css Color HEX #D9985F Whiskey Sour

📋 copy color: '#D9985F'

red 217 ◦ green 152 ◦ blue 95

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

Shades of Whiskey Sour #D9985F

Tints of Whiskey Sour #D9985F

RGB

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

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

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

R = 46.77%
G = 32.76%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#D9985F (or 0xD9985F) is known color: Whiskey Sour. HEX triplet: D9, 98 and 5F. RGB value is (217,152,95). Sum of RGB (Red+Green+Blue) = 217+152+95=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 152 (59.77% from 255 or 32.76% from 464); Blue value is 95 (37.5% from 255 or 20.47% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D9985F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D9985F is #2667A0. Grayscale: #A5A5A5. Windows color (decimal): -2516897 or 6265049. OLE color: 6265049.

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

Color convert

RGB 217 152 95 -
CMYK 0 0.30 0.56 0.15
HSL 28.03º 0.62% 0.61% -
HSV(B) 28.03º 0.56% 0.85% -
XYZ 41.91 38.03 15.96 -
YUV 164.94 88.53 165.13 -
System Red Green Blue C M Y K H S L
Decimal 217 152 95 0 0.30 0.56 0.15 28.03 0.62 0.61
Hex D9 98 5F 0 1E 38 F 1C 3E 3D
Octal 331 230 137 0 36 70 17 34 76 75
Binary 11011001 10011000 1011111 0 11110 111000 1111 11100 111110 111101

Color Harmonies of #D9985F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9985F

Black with #D9985F

Text Example


Text Example

White with #D9985F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9985F; }

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

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

background-color css

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

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

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

border-color css

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

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

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