Html Css Color HEX #D68E52 Whiskey Sour

📋 copy color: '#D68E52'

red 214 ◦ green 142 ◦ blue 82

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

Shades of Whiskey Sour #D68E52

Tints of Whiskey Sour #D68E52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.72%

R = 48.86%
G = 32.42%
B = 18.72%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D68E52 (or 0xD68E52) is known color: Whiskey Sour. HEX triplet: D6, 8E and 52. RGB value is (214,142,82). Sum of RGB (Red+Green+Blue) = 214+142+82=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 142 (55.86% from 255 or 32.42% from 438); Blue value is 82 (32.42% from 255 or 18.72% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E52 is #2971AD. Grayscale: #9D9D9D. Windows color (decimal): -2716078 or 5410518. OLE color: 5410518.

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

Color convert

RGB 214 142 82 -
CMYK 0 0.34 0.62 0.16
HSL 27.27º 0.62% 0.58% -
HSV(B) 27.27º 0.62% 0.84% -
XYZ 38.93 34.25 12.54 -
YUV 156.69 85.85 168.88 -
System Red Green Blue C M Y K H S L
Decimal 214 142 82 0 0.34 0.62 0.16 27.27 0.62 0.58
Hex D6 8E 52 0 22 3E 10 1B 3E 3A
Octal 326 216 122 0 42 76 20 33 76 72
Binary 11010110 10001110 1010010 0 100010 111110 10000 11011 111110 111010

Color Harmonies of #D68E52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68E52

Black with #D68E52

Text Example


Text Example

White with #D68E52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68E52; }

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

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

background-color css

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

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

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

border-color css

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

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

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