Html Css Color HEX #D68E53 Whiskey Sour

📋 copy color: '#D68E53'

red 214 ◦ green 142 ◦ blue 83

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

Shades of Whiskey Sour #D68E53

Tints of Whiskey Sour #D68E53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.91%

R = 48.75%
G = 32.35%
B = 18.91%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68E53 (or 0xD68E53) is known color: Whiskey Sour. HEX triplet: D6, 8E and 53. RGB value is (214,142,83). Sum of RGB (Red+Green+Blue) = 214+142+83=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 142 (55.86% from 255 or 32.35% from 439); Blue value is 83 (32.81% from 255 or 18.91% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E53 is #2971AC. Grayscale: #9D9D9D. Windows color (decimal): -2716077 or 5476054. OLE color: 5476054.

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

Color convert

RGB 214 142 83 -
CMYK 0 0.34 0.61 0.16
HSL 27.02º 0.62% 0.58% -
HSV(B) 27.02º 0.61% 0.84% -
XYZ 38.97 34.27 12.74 -
YUV 156.8 86.35 168.8 -
System Red Green Blue C M Y K H S L
Decimal 214 142 83 0 0.34 0.61 0.16 27.02 0.62 0.58
Hex D6 8E 53 0 22 3D 10 1B 3E 3A
Octal 326 216 123 0 42 75 20 33 76 72
Binary 11010110 10001110 1010011 0 100010 111101 10000 11011 111110 111010

Color Harmonies of #D68E53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E53

Black with #D68E53

Text Example


Text Example

White with #D68E53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E53; }

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

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

background-color css

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

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

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

border-color css

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

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

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