Html Css Color HEX #D68554 Whiskey Sour

📋 copy color: '#D68554'

red 214 ◦ green 133 ◦ blue 84

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

Shades of Whiskey Sour #D68554

Tints of Whiskey Sour #D68554

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.86%

 BLUE value IS 84 (33.2% from 255) = 19.49%

R = 49.65%
G = 30.86%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68554 (or 0xD68554) is known color: Whiskey Sour. HEX triplet: D6, 85 and 54. RGB value is (214,133,84). Sum of RGB (Red+Green+Blue) = 214+133+84=431 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.65% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 84 (33.20% from 255 or 19.49% from 431); Max value from RGB is 214 - color contains mainly: red. Hex color #D68554 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68554 is #297AAB. Grayscale: #979797. Windows color (decimal): -2718380 or 5539286. OLE color: 5539286.

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

Color convert

RGB 214 133 84 -
CMYK 0 0.38 0.61 0.16
HSL 22.62º 0.61% 0.58% -
HSV(B) 22.62º 0.61% 0.84% -
XYZ 37.72 31.71 12.52 -
YUV 151.63 89.84 172.48 -
System Red Green Blue C M Y K H S L
Decimal 214 133 84 0 0.38 0.61 0.16 22.62 0.61 0.58
Hex D6 85 54 0 26 3D 10 17 3D 3A
Octal 326 205 124 0 46 75 20 27 75 72
Binary 11010110 10000101 1010100 0 100110 111101 10000 10111 111101 111010

Color Harmonies of #D68554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68554

Black with #D68554

Text Example


Text Example

White with #D68554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68554; }

 p { color: rgb(214,133,84); }

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

background-color css

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

 a { background-color: rgb(214,133,84); }

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

border-color css

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

 span { border-color: rgb(214,133,84); }

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