Html Css Color HEX #D68A56 Whiskey Sour

📋 copy color: '#D68A56'

red 214 ◦ green 138 ◦ blue 86

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

Shades of Whiskey Sour #D68A56

Tints of Whiskey Sour #D68A56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 19.63%

R = 48.86%
G = 31.51%
B = 19.63%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68A56 (or 0xD68A56) is known color: Whiskey Sour. HEX triplet: D6, 8A and 56. RGB value is (214,138,86). Sum of RGB (Red+Green+Blue) = 214+138+86=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 138 (54.30% from 255 or 31.51% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A56 is #2975A9. Grayscale: #9B9B9B. Windows color (decimal): -2717098 or 5671638. OLE color: 5671638.

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

Color convert

RGB 214 138 86 -
CMYK 0 0.36 0.60 0.16
HSL 24.38º 0.61% 0.59% -
HSV(B) 24.38º 0.6% 0.84% -
XYZ 38.5 33.14 13.17 -
YUV 154.8 89.18 170.23 -
System Red Green Blue C M Y K H S L
Decimal 214 138 86 0 0.36 0.60 0.16 24.38 0.61 0.59
Hex D6 8A 56 0 24 3C 10 18 3D 3B
Octal 326 212 126 0 44 74 20 30 75 73
Binary 11010110 10001010 1010110 0 100100 111100 10000 11000 111101 111011

Color Harmonies of #D68A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A56

Black with #D68A56

Text Example


Text Example

White with #D68A56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A56; }

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

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

background-color css

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

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

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

border-color css

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

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

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