Html Css Color HEX #D49465 Whiskey

📋 copy color: '#D49465'

red 212 ◦ green 148 ◦ blue 101

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

Shades of Whiskey #D49465

Tints of Whiskey #D49465

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

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

R = 45.99%
G = 32.1%
B = 21.91%

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

#D49465 (or 0xD49465) is known color: Whiskey. HEX triplet: D4, 94 and 65. RGB value is (212,148,101). Sum of RGB (Red+Green+Blue) = 212+148+101=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 101 (39.84% from 255 or 21.91% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49465 is #2B6B9A. Grayscale: #A2A2A2. Windows color (decimal): -2845595 or 6657236. OLE color: 6657236.

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

Color convert

RGB 212 148 101 -
CMYK 0 0.30 0.52 0.17
HSL 25.41º 0.56% 0.61% -
HSV(B) 25.41º 0.52% 0.83% -
XYZ 40.09 36.12 17.17 -
YUV 161.78 93.7 163.82 -
System Red Green Blue C M Y K H S L
Decimal 212 148 101 0 0.30 0.52 0.17 25.41 0.56 0.61
Hex D4 94 65 0 1E 34 11 19 38 3D
Octal 324 224 145 0 36 64 21 31 70 75
Binary 11010100 10010100 1100101 0 11110 110100 10001 11001 111000 111101

Color Harmonies of #D49465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49465

Black with #D49465

Text Example


Text Example

White with #D49465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49465; }

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

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

background-color css

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

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

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

border-color css

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

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

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