Html Css Color HEX #D49169 Whiskey

📋 copy color: '#D49169'

red 212 ◦ green 145 ◦ blue 105

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

Shades of Whiskey #D49169

Tints of Whiskey #D49169

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.39%

 BLUE value IS 105 (41.41% from 255) = 22.73%

R = 45.89%
G = 31.39%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49169 (or 0xD49169) is known color: Whiskey. HEX triplet: D4, 91 and 69. RGB value is (212,145,105). Sum of RGB (Red+Green+Blue) = 212+145+105=462 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.89% from 462); Green value is 145 (57.03% from 255 or 31.39% from 462); Blue value is 105 (41.41% from 255 or 22.73% from 462); Max value from RGB is 212 - color contains mainly: red. Hex color #D49169 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49169 is #2B6E96. Grayscale: #A0A0A0. Windows color (decimal): -2846359 or 6918612. OLE color: 6918612.

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

Color convert

RGB 212 145 105 -
CMYK 0 0.32 0.50 0.17
HSL 22.43º 0.55% 0.62% -
HSV(B) 22.43º 0.5% 0.83% -
XYZ 39.83 35.27 18.07 -
YUV 160.47 96.7 164.75 -
System Red Green Blue C M Y K H S L
Decimal 212 145 105 0 0.32 0.50 0.17 22.43 0.55 0.62
Hex D4 91 69 0 20 32 11 16 37 3E
Octal 324 221 151 0 40 62 21 26 67 76
Binary 11010100 10010001 1101001 0 100000 110010 10001 10110 110111 111110

Color Harmonies of #D49169

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49169

Black with #D49169

Text Example


Text Example

White with #D49169

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49169; }

 p { color: rgb(212,145,105); }

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

background-color css

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

 a { background-color: rgb(212,145,105); }

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

border-color css

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

 span { border-color: rgb(212,145,105); }

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