Html Css Color HEX #D49168 Whiskey

📋 copy color: '#D49168'

red 212 ◦ green 145 ◦ blue 104

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

Shades of Whiskey #D49168

Tints of Whiskey #D49168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 22.56%

R = 45.99%
G = 31.45%
B = 22.56%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49168 (or 0xD49168) is known color: Whiskey. HEX triplet: D4, 91 and 68. RGB value is (212,145,104). Sum of RGB (Red+Green+Blue) = 212+145+104=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 145 (57.03% from 255 or 31.45% from 461); Blue value is 104 (41.02% from 255 or 22.56% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49168 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49168 is #2B6E97. Grayscale: #A0A0A0. Windows color (decimal): -2846360 or 6853076. OLE color: 6853076.

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

Color convert

RGB 212 145 104 -
CMYK 0 0.32 0.51 0.17
HSL 22.78º 0.56% 0.62% -
HSV(B) 22.78º 0.51% 0.83% -
XYZ 39.78 35.25 17.8 -
YUV 160.36 96.2 164.83 -
System Red Green Blue C M Y K H S L
Decimal 212 145 104 0 0.32 0.51 0.17 22.78 0.56 0.62
Hex D4 91 68 0 20 33 11 17 38 3E
Octal 324 221 150 0 40 63 21 27 70 76
Binary 11010100 10010001 1101000 0 100000 110011 10001 10111 111000 111110

Color Harmonies of #D49168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49168

Black with #D49168

Text Example


Text Example

White with #D49168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49168; }

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

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

background-color css

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

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

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

border-color css

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

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

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