Html Css Color HEX #D68D53 Whiskey Sour

📋 copy color: '#D68D53'

red 214 ◦ green 141 ◦ blue 83

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

Shades of Whiskey Sour #D68D53

Tints of Whiskey Sour #D68D53

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

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

R = 48.86%
G = 32.19%
B = 18.95%

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

#D68D53 (or 0xD68D53) is known color: Whiskey Sour. HEX triplet: D6, 8D and 53. RGB value is (214,141,83). Sum of RGB (Red+Green+Blue) = 214+141+83=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 83 (32.81% from 255 or 18.95% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D53 is #2972AC. Grayscale: #9C9C9C. Windows color (decimal): -2716333 or 5475798. OLE color: 5475798.

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

Color convert

RGB 214 141 83 -
CMYK 0 0.34 0.61 0.16
HSL 26.56º 0.62% 0.58% -
HSV(B) 26.56º 0.61% 0.84% -
XYZ 38.82 33.97 12.69 -
YUV 156.22 86.68 169.22 -
System Red Green Blue C M Y K H S L
Decimal 214 141 83 0 0.34 0.61 0.16 26.56 0.62 0.58
Hex D6 8D 53 0 22 3D 10 1B 3E 3A
Octal 326 215 123 0 42 75 20 33 76 72
Binary 11010110 10001101 1010011 0 100010 111101 10000 11011 111110 111010

Color Harmonies of #D68D53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D53

Black with #D68D53

Text Example


Text Example

White with #D68D53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D53; }

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

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

background-color css

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

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

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

border-color css

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

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

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