Html Css Color HEX #D49566 Whiskey

📋 copy color: '#D49566'

red 212 ◦ green 149 ◦ blue 102

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

Shades of Whiskey #D49566

Tints of Whiskey #D49566

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.18%

 BLUE value IS 102 (40.23% from 255) = 22.03%

R = 45.79%
G = 32.18%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D49566 (or 0xD49566) is known color: Whiskey. HEX triplet: D4, 95 and 66. RGB value is (212,149,102). Sum of RGB (Red+Green+Blue) = 212+149+102=463 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.79% from 463); Green value is 149 (58.59% from 255 or 32.18% from 463); Blue value is 102 (40.23% from 255 or 22.03% from 463); Max value from RGB is 212 - color contains mainly: red. Hex color #D49566 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49566 is #2B6A99. Grayscale: #A2A2A2. Windows color (decimal): -2845338 or 6723028. OLE color: 6723028.

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

Color convert

RGB 212 149 102 -
CMYK 0 0.30 0.52 0.17
HSL 25.64º 0.56% 0.62% -
HSV(B) 25.64º 0.52% 0.83% -
XYZ 40.3 36.45 17.48 -
YUV 162.48 93.87 163.32 -
System Red Green Blue C M Y K H S L
Decimal 212 149 102 0 0.30 0.52 0.17 25.64 0.56 0.62
Hex D4 95 66 0 1E 34 11 1A 38 3E
Octal 324 225 146 0 36 64 21 32 70 76
Binary 11010100 10010101 1100110 0 11110 110100 10001 11010 111000 111110

Color Harmonies of #D49566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49566

Black with #D49566

Text Example


Text Example

White with #D49566

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49566; }

 p { color: rgb(212,149,102); }

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

background-color css

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

 a { background-color: rgb(212,149,102); }

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

border-color css

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

 span { border-color: rgb(212,149,102); }

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