Html Css Color HEX #D68757 Whiskey Sour

📋 copy color: '#D68757'

red 214 ◦ green 135 ◦ blue 87

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

Shades of Whiskey Sour #D68757

Tints of Whiskey Sour #D68757

RGB

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

 GREEN value IS 135 (53.13% from 255) = 30.96%

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

R = 49.08%
G = 30.96%
B = 19.95%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D68757 (or 0xD68757) is known color: Whiskey Sour. HEX triplet: D6, 87 and 57. RGB value is (214,135,87). Sum of RGB (Red+Green+Blue) = 214+135+87=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 135 (53.12% from 255 or 30.96% from 436); Blue value is 87 (34.38% from 255 or 19.95% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68757 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68757 is #2978A8. Grayscale: #999999. Windows color (decimal): -2717865 or 5736406. OLE color: 5736406.

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

Color convert

RGB 214 135 87 -
CMYK 0 0.37 0.59 0.16
HSL 22.68º 0.61% 0.59% -
HSV(B) 22.68º 0.59% 0.84% -
XYZ 38.12 32.31 13.24 -
YUV 153.15 90.67 171.4 -
System Red Green Blue C M Y K H S L
Decimal 214 135 87 0 0.37 0.59 0.16 22.68 0.61 0.59
Hex D6 87 57 0 25 3B 10 17 3D 3B
Octal 326 207 127 0 45 73 20 27 75 73
Binary 11010110 10000111 1010111 0 100101 111011 10000 10111 111101 111011

Color Harmonies of #D68757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68757

Black with #D68757

Text Example


Text Example

White with #D68757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68757; }

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

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

background-color css

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

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

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

border-color css

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

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

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