Html Css Color HEX #D49362 Whiskey

📋 copy color: '#D49362'

red 212 ◦ green 147 ◦ blue 98

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

Shades of Whiskey #D49362

Tints of Whiskey #D49362

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 21.44%

R = 46.39%
G = 32.17%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.54

 K value IS 0.17

RGB Variations

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

Color information

#D49362 (or 0xD49362) is known color: Whiskey. HEX triplet: D4, 93 and 62. RGB value is (212,147,98). Sum of RGB (Red+Green+Blue) = 212+147+98=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 98 (38.67% from 255 or 21.44% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D49362 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49362 is #2B6C9D. Grayscale: #A1A1A1. Windows color (decimal): -2845854 or 6460372. OLE color: 6460372.

HSL color Cylindrical-coordinate representation of color #D49362: hue angle of 25.79º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D49362 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 147 98 -
CMYK 0 0.31 0.54 0.17
HSL 25.79º 0.57% 0.61% -
HSV(B) 25.79º 0.54% 0.83% -
XYZ 39.79 35.75 16.36 -
YUV 160.85 92.53 164.48 -
System Red Green Blue C M Y K H S L
Decimal 212 147 98 0 0.31 0.54 0.17 25.79 0.57 0.61
Hex D4 93 62 0 1F 36 11 1A 39 3D
Octal 324 223 142 0 37 66 21 32 71 75
Binary 11010100 10010011 1100010 0 11111 110110 10001 11010 111001 111101

Color Harmonies of #D49362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49362

Black with #D49362

Text Example


Text Example

White with #D49362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49362; }

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

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

background-color css

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

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

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

border-color css

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

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

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