Html Css Color HEX #D49E6B Whiskey

📋 copy color: '#D49E6B'

red 212 ◦ green 158 ◦ blue 107

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

Shades of Whiskey #D49E6B

Tints of Whiskey #D49E6B

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.12%

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

R = 44.44%
G = 33.12%
B = 22.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49E6B (or 0xD49E6B) is known color: Whiskey. HEX triplet: D4, 9E and 6B. RGB value is (212,158,107). Sum of RGB (Red+Green+Blue) = 212+158+107=477 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.44% from 477); Green value is 158 (62.11% from 255 or 33.12% from 477); Blue value is 107 (42.19% from 255 or 22.43% from 477); Max value from RGB is 212 - color contains mainly: red. Hex color #D49E6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49E6B is #2B6194. Grayscale: #A8A8A8. Windows color (decimal): -2843029 or 7053012. OLE color: 7053012.

HSL color Cylindrical-coordinate representation of color #D49E6B: hue angle of 29.14º 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 #D49E6B is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 158 107 -
CMYK 0 0.25 0.50 0.17
HSL 29.14º 0.55% 0.63% -
HSV(B) 29.14º 0.5% 0.83% -
XYZ 42.03 39.51 19.32 -
YUV 168.33 93.39 159.15 -
System Red Green Blue C M Y K H S L
Decimal 212 158 107 0 0.25 0.50 0.17 29.14 0.55 0.63
Hex D4 9E 6B 0 19 32 11 1D 37 3F
Octal 324 236 153 0 31 62 21 35 67 77
Binary 11010100 10011110 1101011 0 11001 110010 10001 11101 110111 111111

Color Harmonies of #D49E6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49E6B

Black with #D49E6B

Text Example


Text Example

White with #D49E6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49E6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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