Html Css Color HEX #D68F54 Whiskey Sour

📋 copy color: '#D68F54'

red 214 ◦ green 143 ◦ blue 84

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

Shades of Whiskey Sour #D68F54

Tints of Whiskey Sour #D68F54

RGB

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

 GREEN value IS 143 (56.25% from 255) = 32.43%

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

R = 48.53%
G = 32.43%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D68F54 (or 0xD68F54) is known color: Whiskey Sour. HEX triplet: D6, 8F and 54. RGB value is (214,143,84). Sum of RGB (Red+Green+Blue) = 214+143+84=441 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.53% from 441); Green value is 143 (56.25% from 255 or 32.43% from 441); Blue value is 84 (33.20% from 255 or 19.05% from 441); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F54 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F54 is #2970AB. Grayscale: #9D9D9D. Windows color (decimal): -2715820 or 5541846. OLE color: 5541846.

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

Color convert

RGB 214 143 84 -
CMYK 0 0.33 0.61 0.16
HSL 27.23º 0.61% 0.58% -
HSV(B) 27.23º 0.61% 0.84% -
XYZ 39.15 34.58 13 -
YUV 157.5 86.52 168.3 -
System Red Green Blue C M Y K H S L
Decimal 214 143 84 0 0.33 0.61 0.16 27.23 0.61 0.58
Hex D6 8F 54 0 21 3D 10 1B 3D 3A
Octal 326 217 124 0 41 75 20 33 75 72
Binary 11010110 10001111 1010100 0 100001 111101 10000 11011 111101 111010

Color Harmonies of #D68F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F54

Black with #D68F54

Text Example


Text Example

White with #D68F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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