Html Css Color HEX #D49366 Whiskey

📋 copy color: '#D49366'

red 212 ◦ green 147 ◦ blue 102

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

Shades of Whiskey #D49366

Tints of Whiskey #D49366

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 45.99%
G = 31.89%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D49366 (or 0xD49366) is known color: Whiskey. HEX triplet: D4, 93 and 66. RGB value is (212,147,102). Sum of RGB (Red+Green+Blue) = 212+147+102=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 102 (40.23% from 255 or 22.13% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49366 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49366 is #2B6C99. Grayscale: #A1A1A1. Windows color (decimal): -2845850 or 6722516. OLE color: 6722516.

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

Color convert

RGB 212 147 102 -
CMYK 0 0.31 0.52 0.17
HSL 24.55º 0.56% 0.62% -
HSV(B) 24.55º 0.52% 0.83% -
XYZ 39.98 35.82 17.38 -
YUV 161.31 94.53 164.16 -
System Red Green Blue C M Y K H S L
Decimal 212 147 102 0 0.31 0.52 0.17 24.55 0.56 0.62
Hex D4 93 66 0 1F 34 11 19 38 3E
Octal 324 223 146 0 37 64 21 31 70 76
Binary 11010100 10010011 1100110 0 11111 110100 10001 11001 111000 111110

Color Harmonies of #D49366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49366

Black with #D49366

Text Example


Text Example

White with #D49366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49366; }

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

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

background-color css

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

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

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

border-color css

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

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

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