Html Css Color HEX #D6985D Whiskey Sour

📋 copy color: '#D6985D'

red 214 ◦ green 152 ◦ blue 93

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

Shades of Whiskey Sour #D6985D

Tints of Whiskey Sour #D6985D

RGB

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

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

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

R = 46.62%
G = 33.12%
B = 20.26%

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

#D6985D (or 0xD6985D) is known color: Whiskey Sour. HEX triplet: D6, 98 and 5D. RGB value is (214,152,93). Sum of RGB (Red+Green+Blue) = 214+152+93=459 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.62% from 459); Green value is 152 (59.77% from 255 or 33.12% from 459); Blue value is 93 (36.72% from 255 or 20.26% from 459); Max value from RGB is 214 - color contains mainly: red. Hex color #D6985D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6985D is #2967A2. Grayscale: #A4A4A4. Windows color (decimal): -2713507 or 6133974. OLE color: 6133974.

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

Color convert

RGB 214 152 93 -
CMYK 0 0.29 0.57 0.16
HSL 29.26º 0.6% 0.6% -
HSV(B) 29.26º 0.57% 0.84% -
XYZ 40.94 37.54 15.44 -
YUV 163.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 214 152 93 0 0.29 0.57 0.16 29.26 0.6 0.6
Hex D6 98 5D 0 1D 39 10 1D 3C 3C
Octal 326 230 135 0 35 71 20 35 74 74
Binary 11010110 10011000 1011101 0 11101 111001 10000 11101 111100 111100

Color Harmonies of #D6985D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6985D

Black with #D6985D

Text Example


Text Example

White with #D6985D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6985D; }

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

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

background-color css

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

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

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

border-color css

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

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

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