Html Css Color HEX #D68653 Whiskey Sour

📋 copy color: '#D68653'

red 214 ◦ green 134 ◦ blue 83

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

Shades of Whiskey Sour #D68653

Tints of Whiskey Sour #D68653

RGB

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

 GREEN value IS 134 (52.73% from 255) = 31.09%

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

R = 49.65%
G = 31.09%
B = 19.26%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68653 (or 0xD68653) is known color: Whiskey Sour. HEX triplet: D6, 86 and 53. RGB value is (214,134,83). Sum of RGB (Red+Green+Blue) = 214+134+83=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 134 (52.73% from 255 or 31.09% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D68653 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68653 is #2979AC. Grayscale: #989898. Windows color (decimal): -2718125 or 5474006. OLE color: 5474006.

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

Color convert

RGB 214 134 83 -
CMYK 0 0.37 0.61 0.16
HSL 23.36º 0.62% 0.58% -
HSV(B) 23.36º 0.61% 0.84% -
XYZ 37.82 31.97 12.36 -
YUV 152.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 214 134 83 0 0.37 0.61 0.16 23.36 0.62 0.58
Hex D6 86 53 0 25 3D 10 17 3E 3A
Octal 326 206 123 0 45 75 20 27 76 72
Binary 11010110 10000110 1010011 0 100101 111101 10000 10111 111110 111010

Color Harmonies of #D68653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68653

Black with #D68653

Text Example


Text Example

White with #D68653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68653; }

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

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

background-color css

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

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

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

border-color css

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

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

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