Html Css Color HEX #D68658 Whiskey Sour

📋 copy color: '#D68658'

red 214 ◦ green 134 ◦ blue 88

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

Shades of Whiskey Sour #D68658

Tints of Whiskey Sour #D68658

RGB

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

 GREEN value IS 134 (52.73% from 255) = 30.73%

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

R = 49.08%
G = 30.73%
B = 20.18%

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

#D68658 (or 0xD68658) is known color: Whiskey Sour. HEX triplet: D6, 86 and 58. RGB value is (214,134,88). Sum of RGB (Red+Green+Blue) = 214+134+88=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 134 (52.73% from 255 or 30.73% from 436); Blue value is 88 (34.77% from 255 or 20.18% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68658 is #2979A7. Grayscale: #989898. Windows color (decimal): -2718120 or 5801686. OLE color: 5801686.

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

Color convert

RGB 214 134 88 -
CMYK 0 0.37 0.59 0.16
HSL 21.9º 0.61% 0.59% -
HSV(B) 21.9º 0.59% 0.84% -
XYZ 38.02 32.05 13.42 -
YUV 152.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 214 134 88 0 0.37 0.59 0.16 21.9 0.61 0.59
Hex D6 86 58 0 25 3B 10 16 3D 3B
Octal 326 206 130 0 45 73 20 26 75 73
Binary 11010110 10000110 1011000 0 100101 111011 10000 10110 111101 111011

Color Harmonies of #D68658

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68658

Black with #D68658

Text Example


Text Example

White with #D68658

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68658; }

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

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

background-color css

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

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

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

border-color css

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

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

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