Html Css Color HEX #D68C58 Whiskey Sour

📋 copy color: '#D68C58'

red 214 ◦ green 140 ◦ blue 88

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

Shades of Whiskey Sour #D68C58

Tints of Whiskey Sour #D68C58

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.67%

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

R = 48.42%
G = 31.67%
B = 19.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D68C58 (or 0xD68C58) is known color: Whiskey Sour. HEX triplet: D6, 8C and 58. RGB value is (214,140,88). Sum of RGB (Red+Green+Blue) = 214+140+88=442 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.42% from 442); Green value is 140 (55.08% from 255 or 31.67% from 442); Blue value is 88 (34.77% from 255 or 19.91% from 442); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C58 is #2973A7. Grayscale: #9C9C9C. Windows color (decimal): -2716584 or 5803222. OLE color: 5803222.

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

Color convert

RGB 214 140 88 -
CMYK 0 0.35 0.59 0.16
HSL 24.76º 0.61% 0.59% -
HSV(B) 24.76º 0.59% 0.84% -
XYZ 38.87 33.76 13.7 -
YUV 156.2 89.52 169.23 -
System Red Green Blue C M Y K H S L
Decimal 214 140 88 0 0.35 0.59 0.16 24.76 0.61 0.59
Hex D6 8C 58 0 23 3B 10 19 3D 3B
Octal 326 214 130 0 43 73 20 31 75 73
Binary 11010110 10001100 1011000 0 100011 111011 10000 11001 111101 111011

Color Harmonies of #D68C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C58

Black with #D68C58

Text Example


Text Example

White with #D68C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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