Html Css Color HEX #D68C5A Whiskey Sour

📋 copy color: '#D68C5A'

red 214 ◦ green 140 ◦ blue 90

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

Shades of Whiskey Sour #D68C5A

Tints of Whiskey Sour #D68C5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 20.27%

R = 48.2%
G = 31.53%
B = 20.27%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D68C5A (or 0xD68C5A) is known color: Whiskey Sour. HEX triplet: D6, 8C and 5A. RGB value is (214,140,90). Sum of RGB (Red+Green+Blue) = 214+140+90=444 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.20% from 444); Green value is 140 (55.08% from 255 or 31.53% from 444); Blue value is 90 (35.55% from 255 or 20.27% from 444); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68C5A is #2973A5. Grayscale: #9C9C9C. Windows color (decimal): -2716582 or 5934294. OLE color: 5934294.

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

Color convert

RGB 214 140 90 -
CMYK 0 0.35 0.58 0.16
HSL 24.19º 0.6% 0.6% -
HSV(B) 24.19º 0.58% 0.84% -
XYZ 38.96 33.79 14.14 -
YUV 156.43 90.52 169.07 -
System Red Green Blue C M Y K H S L
Decimal 214 140 90 0 0.35 0.58 0.16 24.19 0.6 0.6
Hex D6 8C 5A 0 23 3A 10 18 3C 3C
Octal 326 214 132 0 43 72 20 30 74 74
Binary 11010110 10001100 1011010 0 100011 111010 10000 11000 111100 111100

Color Harmonies of #D68C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68C5A

Black with #D68C5A

Text Example


Text Example

White with #D68C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68C5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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