Html Css Color HEX #D49165 Whiskey

📋 copy color: '#D49165'

red 212 ◦ green 145 ◦ blue 101

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

Shades of Whiskey #D49165

Tints of Whiskey #D49165

RGB

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

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

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

R = 46.29%
G = 31.66%
B = 22.05%

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

#D49165 (or 0xD49165) is known color: Whiskey. HEX triplet: D4, 91 and 65. RGB value is (212,145,101). Sum of RGB (Red+Green+Blue) = 212+145+101=458 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.29% from 458); Green value is 145 (57.03% from 255 or 31.66% from 458); Blue value is 101 (39.84% from 255 or 22.05% from 458); Max value from RGB is 212 - color contains mainly: red. Hex color #D49165 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49165 is #2B6E9A. Grayscale: #A0A0A0. Windows color (decimal): -2846363 or 6656468. OLE color: 6656468.

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

Color convert

RGB 212 145 101 -
CMYK 0 0.32 0.52 0.17
HSL 23.78º 0.56% 0.61% -
HSV(B) 23.78º 0.52% 0.83% -
XYZ 39.63 35.19 17.02 -
YUV 160.02 94.7 165.08 -
System Red Green Blue C M Y K H S L
Decimal 212 145 101 0 0.32 0.52 0.17 23.78 0.56 0.61
Hex D4 91 65 0 20 34 11 18 38 3D
Octal 324 221 145 0 40 64 21 30 70 75
Binary 11010100 10010001 1100101 0 100000 110100 10001 11000 111000 111101

Color Harmonies of #D49165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49165

Black with #D49165

Text Example


Text Example

White with #D49165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49165; }

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

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

background-color css

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

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

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

border-color css

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

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

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