Html Css Color HEX #D68D51 Whiskey Sour

📋 copy color: '#D68D51'

red 214 ◦ green 141 ◦ blue 81

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

Shades of Whiskey Sour #D68D51

Tints of Whiskey Sour #D68D51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 18.58%

R = 49.08%
G = 32.34%
B = 18.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#D68D51 (or 0xD68D51) is known color: Whiskey Sour. HEX triplet: D6, 8D and 51. RGB value is (214,141,81). Sum of RGB (Red+Green+Blue) = 214+141+81=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 141 (55.47% from 255 or 32.34% from 436); Blue value is 81 (32.03% from 255 or 18.58% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D51 is #2972AE. Grayscale: #9C9C9C. Windows color (decimal): -2716335 or 5344726. OLE color: 5344726.

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

Color convert

RGB 214 141 81 -
CMYK 0 0.34 0.62 0.16
HSL 27.07º 0.62% 0.58% -
HSV(B) 27.07º 0.62% 0.84% -
XYZ 38.74 33.94 12.29 -
YUV 155.99 85.68 169.38 -
System Red Green Blue C M Y K H S L
Decimal 214 141 81 0 0.34 0.62 0.16 27.07 0.62 0.58
Hex D6 8D 51 0 22 3E 10 1B 3E 3A
Octal 326 215 121 0 42 76 20 33 76 72
Binary 11010110 10001101 1010001 0 100010 111110 10000 11011 111110 111010

Color Harmonies of #D68D51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D51

Black with #D68D51

Text Example


Text Example

White with #D68D51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D51; }

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

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

background-color css

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

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

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

border-color css

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

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

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