Html Css Color HEX #D68D50 Whiskey Sour

📋 copy color: '#D68D50'

red 214 ◦ green 141 ◦ blue 80

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

Shades of Whiskey Sour #D68D50

Tints of Whiskey Sour #D68D50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 18.39%

R = 49.2%
G = 32.41%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D68D50 (or 0xD68D50) is known color: Whiskey Sour. HEX triplet: D6, 8D and 50. RGB value is (214,141,80). Sum of RGB (Red+Green+Blue) = 214+141+80=435 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.20% from 435); Green value is 141 (55.47% from 255 or 32.41% from 435); Blue value is 80 (31.64% from 255 or 18.39% from 435); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D50 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D50 is #2972AF. Grayscale: #9C9C9C. Windows color (decimal): -2716336 or 5279190. OLE color: 5279190.

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

Color convert

RGB 214 141 80 -
CMYK 0 0.34 0.63 0.16
HSL 27.31º 0.62% 0.58% -
HSV(B) 27.31º 0.63% 0.84% -
XYZ 38.7 33.93 12.1 -
YUV 155.87 85.18 169.46 -
System Red Green Blue C M Y K H S L
Decimal 214 141 80 0 0.34 0.63 0.16 27.31 0.62 0.58
Hex D6 8D 50 0 22 3F 10 1B 3E 3A
Octal 326 215 120 0 42 77 20 33 76 72
Binary 11010110 10001101 1010000 0 100010 111111 10000 11011 111110 111010

Color Harmonies of #D68D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D50

Black with #D68D50

Text Example


Text Example

White with #D68D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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