Html Css Color HEX #D68A54 Whiskey Sour

📋 copy color: '#D68A54'

red 214 ◦ green 138 ◦ blue 84

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

Shades of Whiskey Sour #D68A54

Tints of Whiskey Sour #D68A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 31.65%

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

R = 49.08%
G = 31.65%
B = 19.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68A54 (or 0xD68A54) is known color: Whiskey Sour. HEX triplet: D6, 8A and 54. RGB value is (214,138,84). Sum of RGB (Red+Green+Blue) = 214+138+84=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 138 (54.30% from 255 or 31.65% from 436); Blue value is 84 (33.20% from 255 or 19.27% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A54 is #2975AB. Grayscale: #9A9A9A. Windows color (decimal): -2717100 or 5540566. OLE color: 5540566.

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

Color convert

RGB 214 138 84 -
CMYK 0 0.36 0.61 0.16
HSL 24.92º 0.61% 0.58% -
HSV(B) 24.92º 0.61% 0.84% -
XYZ 38.42 33.11 12.75 -
YUV 154.57 88.18 170.39 -
System Red Green Blue C M Y K H S L
Decimal 214 138 84 0 0.36 0.61 0.16 24.92 0.61 0.58
Hex D6 8A 54 0 24 3D 10 19 3D 3A
Octal 326 212 124 0 44 75 20 31 75 72
Binary 11010110 10001010 1010100 0 100100 111101 10000 11001 111101 111010

Color Harmonies of #D68A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A54

Black with #D68A54

Text Example


Text Example

White with #D68A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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