Html Css Color HEX #D68C54 Whiskey Sour

📋 copy color: '#D68C54'

red 214 ◦ green 140 ◦ blue 84

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

Shades of Whiskey Sour #D68C54

Tints of Whiskey Sour #D68C54

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.96%

 BLUE value IS 84 (33.2% from 255) = 19.18%

R = 48.86%
G = 31.96%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68C54 (or 0xD68C54) is known color: Whiskey Sour. HEX triplet: D6, 8C and 54. RGB value is (214,140,84). Sum of RGB (Red+Green+Blue) = 214+140+84=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 84 (33.20% from 255 or 19.18% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C54 is #2973AB. Grayscale: #9C9C9C. Windows color (decimal): -2716588 or 5541078. OLE color: 5541078.

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

Color convert

RGB 214 140 84 -
CMYK 0 0.35 0.61 0.16
HSL 25.85º 0.61% 0.58% -
HSV(B) 25.85º 0.61% 0.84% -
XYZ 38.71 33.69 12.85 -
YUV 155.74 87.52 169.55 -
System Red Green Blue C M Y K H S L
Decimal 214 140 84 0 0.35 0.61 0.16 25.85 0.61 0.58
Hex D6 8C 54 0 23 3D 10 1A 3D 3A
Octal 326 214 124 0 43 75 20 32 75 72
Binary 11010110 10001100 1010100 0 100011 111101 10000 11010 111101 111010

Color Harmonies of #D68C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C54

Black with #D68C54

Text Example


Text Example

White with #D68C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C54; }

 p { color: rgb(214,140,84); }

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

background-color css

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

 a { background-color: rgb(214,140,84); }

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

border-color css

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

 span { border-color: rgb(214,140,84); }

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