Html Css Color HEX #D68E5A Whiskey Sour

📋 copy color: '#D68E5A'

red 214 ◦ green 142 ◦ blue 90

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

Shades of Whiskey Sour #D68E5A

Tints of Whiskey Sour #D68E5A

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.84%

 BLUE value IS 90 (35.55% from 255) = 20.18%

R = 47.98%
G = 31.84%
B = 20.18%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D68E5A (or 0xD68E5A) is known color: Whiskey Sour. HEX triplet: D6, 8E and 5A. RGB value is (214,142,90). Sum of RGB (Red+Green+Blue) = 214+142+90=446 (59% of max value = 765). Red value is 214 (83.98% from 255 or 47.98% from 446); Green value is 142 (55.86% from 255 or 31.84% from 446); Blue value is 90 (35.55% from 255 or 20.18% from 446); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E5A is #2971A5. Grayscale: #9D9D9D. Windows color (decimal): -2716070 or 5934806. OLE color: 5934806.

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

Color convert

RGB 214 142 90 -
CMYK 0 0.34 0.58 0.16
HSL 25.16º 0.6% 0.6% -
HSV(B) 25.16º 0.58% 0.84% -
XYZ 39.25 34.38 14.24 -
YUV 157.6 89.85 168.23 -
System Red Green Blue C M Y K H S L
Decimal 214 142 90 0 0.34 0.58 0.16 25.16 0.6 0.6
Hex D6 8E 5A 0 22 3A 10 19 3C 3C
Octal 326 216 132 0 42 72 20 31 74 74
Binary 11010110 10001110 1011010 0 100010 111010 10000 11001 111100 111100

Color Harmonies of #D68E5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E5A

Black with #D68E5A

Text Example


Text Example

White with #D68E5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E5A; }

 p { color: rgb(214,142,90); }

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

background-color css

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

 a { background-color: rgb(214,142,90); }

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

border-color css

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

 span { border-color: rgb(214,142,90); }

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