Html Css Color HEX #D68D52 Whiskey Sour

📋 copy color: '#D68D52'

red 214 ◦ green 141 ◦ blue 82

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

Shades of Whiskey Sour #D68D52

Tints of Whiskey Sour #D68D52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 18.76%

R = 48.97%
G = 32.27%
B = 18.76%

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

#D68D52 (or 0xD68D52) is known color: Whiskey Sour. HEX triplet: D6, 8D and 52. RGB value is (214,141,82). Sum of RGB (Red+Green+Blue) = 214+141+82=437 (57% of max value = 765). Red value is 214 (83.98% from 255 or 48.97% from 437); Green value is 141 (55.47% from 255 or 32.27% from 437); Blue value is 82 (32.42% from 255 or 18.76% from 437); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D52 is #2972AD. Grayscale: #9C9C9C. Windows color (decimal): -2716334 or 5410262. OLE color: 5410262.

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

Color convert

RGB 214 141 82 -
CMYK 0 0.34 0.62 0.16
HSL 26.82º 0.62% 0.58% -
HSV(B) 26.82º 0.62% 0.84% -
XYZ 38.78 33.96 12.49 -
YUV 156.1 86.18 169.3 -
System Red Green Blue C M Y K H S L
Decimal 214 141 82 0 0.34 0.62 0.16 26.82 0.62 0.58
Hex D6 8D 52 0 22 3E 10 1B 3E 3A
Octal 326 215 122 0 42 76 20 33 76 72
Binary 11010110 10001101 1010010 0 100010 111110 10000 11011 111110 111010

Color Harmonies of #D68D52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68D52

Black with #D68D52

Text Example


Text Example

White with #D68D52

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68D52; }

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

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

background-color css

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

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

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

border-color css

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

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

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