Html Css Color HEX #D7985D Whiskey Sour

📋 copy color: '#D7985D'

red 215 ◦ green 152 ◦ blue 93

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

Shades of Whiskey Sour #D7985D

Tints of Whiskey Sour #D7985D

RGB

 RED value IS 215 (84.38% from 255) = 46.74%

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

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

R = 46.74%
G = 33.04%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D7985D (or 0xD7985D) is known color: Whiskey Sour. HEX triplet: D7, 98 and 5D. RGB value is (215,152,93). Sum of RGB (Red+Green+Blue) = 215+152+93=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 152 (59.77% from 255 or 33.04% from 460); Blue value is 93 (36.72% from 255 or 20.22% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D7985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D7985D is #2867A2. Grayscale: #A4A4A4. Windows color (decimal): -2647971 or 6133975. OLE color: 6133975.

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

Color convert

RGB 215 152 93 -
CMYK 0 0.29 0.57 0.16
HSL 29.02º 0.6% 0.6% -
HSV(B) 29.02º 0.57% 0.84% -
XYZ 41.23 37.69 15.46 -
YUV 164.11 87.87 164.3 -
System Red Green Blue C M Y K H S L
Decimal 215 152 93 0 0.29 0.57 0.16 29.02 0.6 0.6
Hex D7 98 5D 0 1D 39 10 1D 3C 3C
Octal 327 230 135 0 35 71 20 35 74 74
Binary 11010111 10011000 1011101 0 11101 111001 10000 11101 111100 111100

Color Harmonies of #D7985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7985D

Black with #D7985D

Text Example


Text Example

White with #D7985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7985D; }

 p { color: rgb(215,152,93); }

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

background-color css

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

 a { background-color: rgb(215,152,93); }

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

border-color css

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

 span { border-color: rgb(215,152,93); }

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