Html Css Color HEX #D49C68 Whiskey

📋 copy color: '#D49C68'

red 212 ◦ green 156 ◦ blue 104

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

Shades of Whiskey #D49C68

Tints of Whiskey #D49C68

RGB

 RED value IS 212 (83.2% from 255) = 44.92%

 GREEN value IS 156 (61.33% from 255) = 33.05%

 BLUE value IS 104 (41.02% from 255) = 22.03%

R = 44.92%
G = 33.05%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49C68 (or 0xD49C68) is known color: Whiskey. HEX triplet: D4, 9C and 68. RGB value is (212,156,104). Sum of RGB (Red+Green+Blue) = 212+156+104=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 104 (41.02% from 255 or 22.03% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C68 is #2B6397. Grayscale: #A7A7A7. Windows color (decimal): -2843544 or 6855892. OLE color: 6855892.

HSL color Cylindrical-coordinate representation of color #D49C68: hue angle of 28.89º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D49C68 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 156 104 -
CMYK 0 0.26 0.51 0.17
HSL 28.89º 0.56% 0.62% -
HSV(B) 28.89º 0.51% 0.83% -
XYZ 41.54 38.77 18.39 -
YUV 166.82 92.55 160.23 -
System Red Green Blue C M Y K H S L
Decimal 212 156 104 0 0.26 0.51 0.17 28.89 0.56 0.62
Hex D4 9C 68 0 1A 33 11 1D 38 3E
Octal 324 234 150 0 32 63 21 35 70 76
Binary 11010100 10011100 1101000 0 11010 110011 10001 11101 111000 111110

Color Harmonies of #D49C68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C68

Black with #D49C68

Text Example


Text Example

White with #D49C68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C68; }

 p { color: rgb(212,156,104); }

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

background-color css

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

 a { background-color: rgb(212,156,104); }

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

border-color css

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

 span { border-color: rgb(212,156,104); }

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