Html Css Color HEX #D68D58 Whiskey Sour

📋 copy color: '#D68D58'

red 214 ◦ green 141 ◦ blue 88

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

Shades of Whiskey Sour #D68D58

Tints of Whiskey Sour #D68D58

RGB

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

 GREEN value IS 141 (55.47% from 255) = 31.83%

 BLUE value IS 88 (34.77% from 255) = 19.86%

R = 48.31%
G = 31.83%
B = 19.86%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D68D58 (or 0xD68D58) is known color: Whiskey Sour. HEX triplet: D6, 8D and 58. RGB value is (214,141,88). Sum of RGB (Red+Green+Blue) = 214+141+88=443 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.31% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 88 (34.77% from 255 or 19.86% from 443); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D58 is #2972A7. Grayscale: #9D9D9D. Windows color (decimal): -2716328 or 5803478. OLE color: 5803478.

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

Color convert

RGB 214 141 88 -
CMYK 0 0.34 0.59 0.16
HSL 25.24º 0.61% 0.59% -
HSV(B) 25.24º 0.59% 0.84% -
XYZ 39.02 34.05 13.75 -
YUV 156.79 89.18 168.81 -
System Red Green Blue C M Y K H S L
Decimal 214 141 88 0 0.34 0.59 0.16 25.24 0.61 0.59
Hex D6 8D 58 0 22 3B 10 19 3D 3B
Octal 326 215 130 0 42 73 20 31 75 73
Binary 11010110 10001101 1011000 0 100010 111011 10000 11001 111101 111011

Color Harmonies of #D68D58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D58

Black with #D68D58

Text Example


Text Example

White with #D68D58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D58; }

 p { color: rgb(214,141,88); }

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

background-color css

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

 a { background-color: rgb(214,141,88); }

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

border-color css

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

 span { border-color: rgb(214,141,88); }

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