Html Css Color HEX #D49669 Whiskey

📋 copy color: '#D49669'

red 212 ◦ green 150 ◦ blue 105

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

Shades of Whiskey #D49669

Tints of Whiskey #D49669

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.12%

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

R = 45.4%
G = 32.12%
B = 22.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49669 (or 0xD49669) is known color: Whiskey. HEX triplet: D4, 96 and 69. RGB value is (212,150,105). Sum of RGB (Red+Green+Blue) = 212+150+105=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 150 (58.98% from 255 or 32.12% from 467); Blue value is 105 (41.41% from 255 or 22.48% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D49669 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49669 is #2B6996. Grayscale: #A3A3A3. Windows color (decimal): -2845079 or 6919892. OLE color: 6919892.

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

Color convert

RGB 212 150 105 -
CMYK 0 0.29 0.50 0.17
HSL 25.23º 0.55% 0.62% -
HSV(B) 25.23º 0.5% 0.83% -
XYZ 40.61 36.83 18.33 -
YUV 163.41 95.04 162.66 -
System Red Green Blue C M Y K H S L
Decimal 212 150 105 0 0.29 0.50 0.17 25.23 0.55 0.62
Hex D4 96 69 0 1D 32 11 19 37 3E
Octal 324 226 151 0 35 62 21 31 67 76
Binary 11010100 10010110 1101001 0 11101 110010 10001 11001 110111 111110

Color Harmonies of #D49669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49669

Black with #D49669

Text Example


Text Example

White with #D49669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49669; }

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

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

background-color css

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

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

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

border-color css

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

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

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