Html Css Color HEX #D49C6B Whiskey

📋 copy color: '#D49C6B'

red 212 ◦ green 156 ◦ blue 107

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

Shades of Whiskey #D49C6B

Tints of Whiskey #D49C6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 22.53%

R = 44.63%
G = 32.84%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49C6B (or 0xD49C6B) is known color: Whiskey. HEX triplet: D4, 9C and 6B. RGB value is (212,156,107). Sum of RGB (Red+Green+Blue) = 212+156+107=475 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.63% from 475); Green value is 156 (61.33% from 255 or 32.84% from 475); Blue value is 107 (42.19% from 255 or 22.53% from 475); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C6B is #2B6394. Grayscale: #A7A7A7. Windows color (decimal): -2843541 or 7052500. OLE color: 7052500.

HSL color Cylindrical-coordinate representation of color #D49C6B: hue angle of 28º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D49C6B is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 156 107 -
CMYK 0 0.26 0.50 0.17
HSL 28º 0.55% 0.63% -
HSV(B) 28º 0.5% 0.83% -
XYZ 41.69 38.84 19.21 -
YUV 167.16 94.05 159.98 -
System Red Green Blue C M Y K H S L
Decimal 212 156 107 0 0.26 0.50 0.17 28 0.55 0.63
Hex D4 9C 6B 0 1A 32 11 1C 37 3F
Octal 324 234 153 0 32 62 21 34 67 77
Binary 11010100 10011100 1101011 0 11010 110010 10001 11100 110111 111111

Color Harmonies of #D49C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C6B

Black with #D49C6B

Text Example


Text Example

White with #D49C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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