Html Css Color HEX #D49167 Whiskey

📋 copy color: '#D49167'

red 212 ◦ green 145 ◦ blue 103

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

Shades of Whiskey #D49167

Tints of Whiskey #D49167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 22.39%

R = 46.09%
G = 31.52%
B = 22.39%

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

#D49167 (or 0xD49167) is known color: Whiskey. HEX triplet: D4, 91 and 67. RGB value is (212,145,103). Sum of RGB (Red+Green+Blue) = 212+145+103=460 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.09% from 460); Green value is 145 (57.03% from 255 or 31.52% from 460); Blue value is 103 (40.62% from 255 or 22.39% from 460); Max value from RGB is 212 - color contains mainly: red. Hex color #D49167 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49167 is #2B6E98. Grayscale: #A0A0A0. Windows color (decimal): -2846361 or 6787540. OLE color: 6787540.

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

Color convert

RGB 212 145 103 -
CMYK 0 0.32 0.51 0.17
HSL 23.12º 0.56% 0.62% -
HSV(B) 23.12º 0.51% 0.83% -
XYZ 39.72 35.23 17.54 -
YUV 160.25 95.7 164.92 -
System Red Green Blue C M Y K H S L
Decimal 212 145 103 0 0.32 0.51 0.17 23.12 0.56 0.62
Hex D4 91 67 0 20 33 11 17 38 3E
Octal 324 221 147 0 40 63 21 27 70 76
Binary 11010100 10010001 1100111 0 100000 110011 10001 10111 111000 111110

Color Harmonies of #D49167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49167

Black with #D49167

Text Example


Text Example

White with #D49167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49167; }

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

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

background-color css

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

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

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

border-color css

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

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

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