Html Css Color HEX #D49D6D Whiskey

📋 copy color: '#D49D6D'

red 212 ◦ green 157 ◦ blue 109

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

Shades of Whiskey #D49D6D

Tints of Whiskey #D49D6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.8%

R = 44.35%
G = 32.85%
B = 22.8%

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

#D49D6D (or 0xD49D6D) is known color: Whiskey. HEX triplet: D4, 9D and 6D. RGB value is (212,157,109). Sum of RGB (Red+Green+Blue) = 212+157+109=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 157 (61.72% from 255 or 32.85% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D6D is #2B6292. Grayscale: #A8A8A8. Windows color (decimal): -2843283 or 7183828. OLE color: 7183828.

HSL color Cylindrical-coordinate representation of color #D49D6D: hue angle of 27.96º degrees, saturation: 0.54, 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 #D49D6D is Cyan = 0, Magento = 0.26, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 157 109 -
CMYK 0 0.26 0.49 0.17
HSL 27.96º 0.54% 0.63% -
HSV(B) 27.96º 0.49% 0.83% -
XYZ 41.97 39.22 19.83 -
YUV 167.97 94.72 159.4 -
System Red Green Blue C M Y K H S L
Decimal 212 157 109 0 0.26 0.49 0.17 27.96 0.54 0.63
Hex D4 9D 6D 0 1A 31 11 1C 36 3F
Octal 324 235 155 0 32 61 21 34 66 77
Binary 11010100 10011101 1101101 0 11010 110001 10001 11100 110110 111111

Color Harmonies of #D49D6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D6D

Black with #D49D6D

Text Example


Text Example

White with #D49D6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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