#D6985C

Color #D6985C Whiskey Sour (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Whiskey Sour #D6985C

Tints of Whiskey Sour #D6985C

Color information

#D6985C (or 0xD6985C) is unknown color: approx 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

RGB21415292-
CMYK00.290.570.16
HSL29.51º59.8%60%-
HSV(B)29.51º57.01%83.92%-
XYZ40.8937.5315.21-
YUV163.787.54163.88-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141529200.290.570.1629.5159.860
HexD6985C01D39101e3c3c
Octal3262301340357120367474
Binary110101101001100010111000111011110011000011110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>