Html Css Color HEX #D49469 Whiskey

📋 copy color: '#D49469'

red 212 ◦ green 148 ◦ blue 105

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

Shades of Whiskey #D49469

Tints of Whiskey #D49469

RGB

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

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

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

R = 45.59%
G = 31.83%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49469 (or 0xD49469) is known color: Whiskey. HEX triplet: D4, 94 and 69. RGB value is (212,148,105). Sum of RGB (Red+Green+Blue) = 212+148+105=465 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.59% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 105 (41.41% from 255 or 22.58% from 465); Max value from RGB is 212 - color contains mainly: red. Hex color #D49469 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49469 is #2B6B96. Grayscale: #A2A2A2. Windows color (decimal): -2845591 or 6919380. OLE color: 6919380.

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

Color convert

RGB 212 148 105 -
CMYK 0 0.30 0.50 0.17
HSL 24.11º 0.55% 0.62% -
HSV(B) 24.11º 0.5% 0.83% -
XYZ 40.29 36.2 18.23 -
YUV 162.23 95.7 163.5 -
System Red Green Blue C M Y K H S L
Decimal 212 148 105 0 0.30 0.50 0.17 24.11 0.55 0.62
Hex D4 94 69 0 1E 32 11 18 37 3E
Octal 324 224 151 0 36 62 21 30 67 76
Binary 11010100 10010100 1101001 0 11110 110010 10001 11000 110111 111110

Color Harmonies of #D49469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49469

Black with #D49469

Text Example


Text Example

White with #D49469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49469; }

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

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

background-color css

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

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

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

border-color css

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

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

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