Html Css Color HEX #D68D5A Whiskey Sour

📋 copy color: '#D68D5A'

red 214 ◦ green 141 ◦ blue 90

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

Shades of Whiskey Sour #D68D5A

Tints of Whiskey Sour #D68D5A

RGB

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

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

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

R = 48.09%
G = 31.69%
B = 20.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D68D5A (or 0xD68D5A) is known color: Whiskey Sour. HEX triplet: D6, 8D and 5A. RGB value is (214,141,90). Sum of RGB (Red+Green+Blue) = 214+141+90=445 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.09% from 445); Green value is 141 (55.47% from 255 or 31.69% from 445); Blue value is 90 (35.55% from 255 or 20.22% from 445); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D5A is #2972A5. Grayscale: #9D9D9D. Windows color (decimal): -2716326 or 5934550. OLE color: 5934550.

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

Color convert

RGB 214 141 90 -
CMYK 0 0.34 0.58 0.16
HSL 24.68º 0.6% 0.6% -
HSV(B) 24.68º 0.58% 0.84% -
XYZ 39.1 34.08 14.19 -
YUV 157.01 90.18 168.65 -
System Red Green Blue C M Y K H S L
Decimal 214 141 90 0 0.34 0.58 0.16 24.68 0.6 0.6
Hex D6 8D 5A 0 22 3A 10 19 3C 3C
Octal 326 215 132 0 42 72 20 31 74 74
Binary 11010110 10001101 1011010 0 100010 111010 10000 11001 111100 111100

Color Harmonies of #D68D5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D5A

Black with #D68D5A

Text Example


Text Example

White with #D68D5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D5A; }

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

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

background-color css

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

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

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

border-color css

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

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

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