#D68A5C

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

Shades of Whiskey Sour #D68A5C

Tints of Whiskey Sour #D68A5C

Color information

#D68A5C (or 0xD68A5C) is unknown color: approx Whiskey Sour. HEX triplet: D6, 8A and 5C. RGB value is (214,138,92). Sum of RGB (Red+Green+Blue) = 214+138+92=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 138 (54.30% from 255 or 31.08% from 444); Blue value is 92 (36.33% from 255 or 20.72% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A5C is #2975A3. Grayscale: #9B9B9B. Windows color (decimal): -2717092 or 6064854. OLE color: 6064854.

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

Color convert

RGB21413892-
CMYK00.360.570.16
HSL22.62º59.8%60%-
HSV(B)22.62º57.01%83.92%-
XYZ38.7533.2514.5-
YUV155.4892.18169.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 48.20%
GREEN value IS 138 (54.30% from 255) = 31.08%
BLUE value IS 92 (36.33% from 255) = 20.72%
R=48.20%
G=31.08%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141389200.360.570.1622.6259.860
HexD68A5C0243910173c3c
Octal3262121340447120277474
Binary1101011010001010101110001001001110011000010111111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A5C; }

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

 H1.HeaderClassName
 {
   color: #D68A5C;
 }
 .AnyTagClassName
 {
   color: #D68A5C;
 }
</style>
background-color css

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

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

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

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

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

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