Html Css Color HEX #D68A50 Whiskey Sour

📋 copy color: '#D68A50'

red 214 ◦ green 138 ◦ blue 80

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

Shades of Whiskey Sour #D68A50

Tints of Whiskey Sour #D68A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.52%

R = 49.54%
G = 31.94%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D68A50 (or 0xD68A50) is known color: Whiskey Sour. HEX triplet: D6, 8A and 50. RGB value is (214,138,80). Sum of RGB (Red+Green+Blue) = 214+138+80=432 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.54% from 432); Green value is 138 (54.30% from 255 or 31.94% from 432); Blue value is 80 (31.64% from 255 or 18.52% from 432); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A50 is #2975AF. Grayscale: #9A9A9A. Windows color (decimal): -2717104 or 5278422. OLE color: 5278422.

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

Color convert

RGB 214 138 80 -
CMYK 0 0.36 0.63 0.16
HSL 25.97º 0.62% 0.58% -
HSV(B) 25.97º 0.63% 0.84% -
XYZ 38.27 33.05 11.95 -
YUV 154.11 86.18 170.72 -
System Red Green Blue C M Y K H S L
Decimal 214 138 80 0 0.36 0.63 0.16 25.97 0.62 0.58
Hex D6 8A 50 0 24 3F 10 1A 3E 3A
Octal 326 212 120 0 44 77 20 32 76 72
Binary 11010110 10001010 1010000 0 100100 111111 10000 11010 111110 111010

Color Harmonies of #D68A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68A50

Black with #D68A50

Text Example


Text Example

White with #D68A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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