Html Css Color HEX #D49C69 Whiskey

📋 copy color: '#D49C69'

red 212 ◦ green 156 ◦ blue 105

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

Shades of Whiskey #D49C69

Tints of Whiskey #D49C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 22.2%

R = 44.82%
G = 32.98%
B = 22.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49C69 (or 0xD49C69) is known color: Whiskey. HEX triplet: D4, 9C and 69. RGB value is (212,156,105). Sum of RGB (Red+Green+Blue) = 212+156+105=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 105 (41.41% from 255 or 22.20% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D49C69 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49C69 is #2B6396. Grayscale: #A7A7A7. Windows color (decimal): -2843543 or 6921428. OLE color: 6921428.

HSL color Cylindrical-coordinate representation of color #D49C69: hue angle of 28.6º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D49C69 is Cyan = 0, Magento = 0.26, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 156 105 -
CMYK 0 0.26 0.50 0.17
HSL 28.6º 0.55% 0.62% -
HSV(B) 28.6º 0.5% 0.83% -
XYZ 41.59 38.79 18.66 -
YUV 166.93 93.05 160.15 -
System Red Green Blue C M Y K H S L
Decimal 212 156 105 0 0.26 0.50 0.17 28.6 0.55 0.62
Hex D4 9C 69 0 1A 32 11 1D 37 3E
Octal 324 234 151 0 32 62 21 35 67 76
Binary 11010100 10011100 1101001 0 11010 110010 10001 11101 110111 111110

Color Harmonies of #D49C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49C69

Black with #D49C69

Text Example


Text Example

White with #D49C69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49C69; }

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

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

background-color css

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

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

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

border-color css

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

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

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