Html Css Color HEX #D68F57 Whiskey Sour

📋 copy color: '#D68F57'

red 214 ◦ green 143 ◦ blue 87

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

Shades of Whiskey Sour #D68F57

Tints of Whiskey Sour #D68F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 19.59%

R = 48.2%
G = 32.21%
B = 19.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D68F57 (or 0xD68F57) is known color: Whiskey Sour. HEX triplet: D6, 8F and 57. RGB value is (214,143,87). Sum of RGB (Red+Green+Blue) = 214+143+87=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 143 (56.25% from 255 or 32.21% from 444); Blue value is 87 (34.38% from 255 or 19.59% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F57 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68F57 is #2970A8. Grayscale: #9E9E9E. Windows color (decimal): -2715817 or 5738454. OLE color: 5738454.

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

Color convert

RGB 214 143 87 -
CMYK 0 0.33 0.59 0.16
HSL 26.46º 0.61% 0.59% -
HSV(B) 26.46º 0.59% 0.84% -
XYZ 39.27 34.63 13.63 -
YUV 157.85 88.02 168.05 -
System Red Green Blue C M Y K H S L
Decimal 214 143 87 0 0.33 0.59 0.16 26.46 0.61 0.59
Hex D6 8F 57 0 21 3B 10 1A 3D 3B
Octal 326 217 127 0 41 73 20 32 75 73
Binary 11010110 10001111 1010111 0 100001 111011 10000 11010 111101 111011

Color Harmonies of #D68F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68F57

Black with #D68F57

Text Example


Text Example

White with #D68F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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