Html Css Color HEX #D49C65 Whiskey

📋 copy color: '#D49C65'

red 212 ◦ green 156 ◦ blue 101

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

Shades of Whiskey #D49C65

Tints of Whiskey #D49C65

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.26%

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

R = 45.2%
G = 33.26%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.52

 K value IS 0.17

RGB Variations

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

Color information

#D49C65 (or 0xD49C65) is known color: Whiskey. HEX triplet: D4, 9C and 65. RGB value is (212,156,101). Sum of RGB (Red+Green+Blue) = 212+156+101=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 156 (61.33% from 255 or 33.26% from 469); Blue value is 101 (39.84% from 255 or 21.54% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C65 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C65 is #2B639A. Grayscale: #A6A6A6. Windows color (decimal): -2843547 or 6659284. OLE color: 6659284.

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

Color convert

RGB 212 156 101 -
CMYK 0 0.26 0.52 0.17
HSL 29.73º 0.56% 0.61% -
HSV(B) 29.73º 0.52% 0.83% -
XYZ 41.39 38.71 17.6 -
YUV 166.47 91.05 160.47 -
System Red Green Blue C M Y K H S L
Decimal 212 156 101 0 0.26 0.52 0.17 29.73 0.56 0.61
Hex D4 9C 65 0 1A 34 11 1E 38 3D
Octal 324 234 145 0 32 64 21 36 70 75
Binary 11010100 10011100 1100101 0 11010 110100 10001 11110 111000 111101

Color Harmonies of #D49C65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C65

Black with #D49C65

Text Example


Text Example

White with #D49C65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C65; }

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

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

background-color css

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

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

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

border-color css

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

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

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