Html Css Color HEX #D6985C Whiskey Sour

📋 copy color: '#D6985C'

red 214 ◦ green 152 ◦ blue 92

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

Shades of Whiskey Sour #D6985C

Tints of Whiskey Sour #D6985C

RGB

 RED value IS 214 (83.98% from 255) = 46.72%

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

 BLUE value IS 92 (36.33% from 255) = 20.09%

R = 46.72%
G = 33.19%
B = 20.09%

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

#D6985C (or 0xD6985C) is known color: Whiskey Sour. HEX triplet: D6, 98 and 5C. RGB value is (214,152,92). Sum of RGB (Red+Green+Blue) = 214+152+92=458 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.72% from 458); Green value is 152 (59.77% from 255 or 33.19% from 458); Blue value is 92 (36.33% from 255 or 20.09% from 458); Max value from RGB is 214 - color contains mainly: red. Hex color #D6985C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6985C is #2967A3. Grayscale: #A4A4A4. Windows color (decimal): -2713508 or 6068438. OLE color: 6068438.

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

Color convert

RGB 214 152 92 -
CMYK 0 0.29 0.57 0.16
HSL 29.51º 0.6% 0.6% -
HSV(B) 29.51º 0.57% 0.84% -
XYZ 40.89 37.53 15.21 -
YUV 163.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 214 152 92 0 0.29 0.57 0.16 29.51 0.6 0.6
Hex D6 98 5C 0 1D 39 10 1E 3C 3C
Octal 326 230 134 0 35 71 20 36 74 74
Binary 11010110 10011000 1011100 0 11101 111001 10000 11110 111100 111100

Color Harmonies of #D6985C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6985C

Black with #D6985C

Text Example


Text Example

White with #D6985C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6985C; }

 p { color: rgb(214,152,92); }

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

background-color css

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

 a { background-color: rgb(214,152,92); }

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

border-color css

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

 span { border-color: rgb(214,152,92); }

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