Html Css Color HEX #D68C55 Whiskey Sour

📋 copy color: '#D68C55'

red 214 ◦ green 140 ◦ blue 85

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

Shades of Whiskey Sour #D68C55

Tints of Whiskey Sour #D68C55

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.89%

 BLUE value IS 85 (33.59% from 255) = 19.36%

R = 48.75%
G = 31.89%
B = 19.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#D68C55 (or 0xD68C55) is known color: Whiskey Sour. HEX triplet: D6, 8C and 55. RGB value is (214,140,85). Sum of RGB (Red+Green+Blue) = 214+140+85=439 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.75% from 439); Green value is 140 (55.08% from 255 or 31.89% from 439); Blue value is 85 (33.59% from 255 or 19.36% from 439); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C55 is #2973AA. Grayscale: #9C9C9C. Windows color (decimal): -2716587 or 5606614. OLE color: 5606614.

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

Color convert

RGB 214 140 85 -
CMYK 0 0.35 0.60 0.16
HSL 25.58º 0.61% 0.59% -
HSV(B) 25.58º 0.6% 0.84% -
XYZ 38.75 33.71 13.06 -
YUV 155.86 88.02 169.47 -
System Red Green Blue C M Y K H S L
Decimal 214 140 85 0 0.35 0.60 0.16 25.58 0.61 0.59
Hex D6 8C 55 0 23 3C 10 1A 3D 3B
Octal 326 214 125 0 43 74 20 32 75 73
Binary 11010110 10001100 1010101 0 100011 111100 10000 11010 111101 111011

Color Harmonies of #D68C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C55

Black with #D68C55

Text Example


Text Example

White with #D68C55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C55; }

 p { color: rgb(214,140,85); }

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

background-color css

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

 a { background-color: rgb(214,140,85); }

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

border-color css

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

 span { border-color: rgb(214,140,85); }

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