Html Css Color HEX #D49065 Whiskey

📋 copy color: '#D49065'

red 212 ◦ green 144 ◦ blue 101

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

Shades of Whiskey #D49065

Tints of Whiskey #D49065

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.51%

 BLUE value IS 101 (39.84% from 255) = 22.1%

R = 46.39%
G = 31.51%
B = 22.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D49065 (or 0xD49065) is known color: Whiskey. HEX triplet: D4, 90 and 65. RGB value is (212,144,101). Sum of RGB (Red+Green+Blue) = 212+144+101=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 144 (56.64% from 255 or 31.51% from 457); Blue value is 101 (39.84% from 255 or 22.10% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D49065 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49065 is #2B6F9A. Grayscale: #9F9F9F. Windows color (decimal): -2846619 or 6656212. OLE color: 6656212.

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

Color convert

RGB 212 144 101 -
CMYK 0 0.32 0.52 0.17
HSL 23.24º 0.56% 0.61% -
HSV(B) 23.24º 0.52% 0.83% -
XYZ 39.47 34.88 16.96 -
YUV 159.43 95.03 165.5 -
System Red Green Blue C M Y K H S L
Decimal 212 144 101 0 0.32 0.52 0.17 23.24 0.56 0.61
Hex D4 90 65 0 20 34 11 17 38 3D
Octal 324 220 145 0 40 64 21 27 70 75
Binary 11010100 10010000 1100101 0 100000 110100 10001 10111 111000 111101

Color Harmonies of #D49065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49065

Black with #D49065

Text Example


Text Example

White with #D49065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49065; }

 p { color: rgb(212,144,101); }

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

background-color css

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

 a { background-color: rgb(212,144,101); }

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

border-color css

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

 span { border-color: rgb(212,144,101); }

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