Html Css Color HEX #D49D6C Whiskey

📋 copy color: '#D49D6C'

red 212 ◦ green 157 ◦ blue 108

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

Shades of Whiskey #D49D6C

Tints of Whiskey #D49D6C

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.91%

 BLUE value IS 108 (42.58% from 255) = 22.64%

R = 44.44%
G = 32.91%
B = 22.64%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D49D6C (or 0xD49D6C) is known color: Whiskey. HEX triplet: D4, 9D and 6C. RGB value is (212,157,108). Sum of RGB (Red+Green+Blue) = 212+157+108=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 157 (61.72% from 255 or 32.91% from 477); Blue value is 108 (42.58% from 255 or 22.64% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D6C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D6C is #2B6293. Grayscale: #A8A8A8. Windows color (decimal): -2843284 or 7118292. OLE color: 7118292.

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

Color convert

RGB 212 157 108 -
CMYK 0 0.26 0.49 0.17
HSL 28.27º 0.55% 0.63% -
HSV(B) 28.27º 0.49% 0.83% -
XYZ 41.92 39.19 19.54 -
YUV 167.86 94.22 159.48 -
System Red Green Blue C M Y K H S L
Decimal 212 157 108 0 0.26 0.49 0.17 28.27 0.55 0.63
Hex D4 9D 6C 0 1A 31 11 1C 37 3F
Octal 324 235 154 0 32 61 21 34 67 77
Binary 11010100 10011101 1101100 0 11010 110001 10001 11100 110111 111111

Color Harmonies of #D49D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D6C

Black with #D49D6C

Text Example


Text Example

White with #D49D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D6C; }

 p { color: rgb(212,157,108); }

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

background-color css

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

 a { background-color: rgb(212,157,108); }

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

border-color css

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

 span { border-color: rgb(212,157,108); }

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