Html Css Color HEX #D49069 Whiskey

📋 copy color: '#D49069'

red 212 ◦ green 144 ◦ blue 105

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

Shades of Whiskey #D49069

Tints of Whiskey #D49069

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.24%

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

R = 45.99%
G = 31.24%
B = 22.78%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49069 (or 0xD49069) is known color: Whiskey. HEX triplet: D4, 90 and 69. RGB value is (212,144,105). Sum of RGB (Red+Green+Blue) = 212+144+105=461 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.99% from 461); Green value is 144 (56.64% from 255 or 31.24% from 461); Blue value is 105 (41.41% from 255 or 22.78% from 461); Max value from RGB is 212 - color contains mainly: red. Hex color #D49069 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49069 is #2B6F96. Grayscale: #A0A0A0. Windows color (decimal): -2846615 or 6918356. OLE color: 6918356.

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

Color convert

RGB 212 144 105 -
CMYK 0 0.32 0.50 0.17
HSL 21.87º 0.55% 0.62% -
HSV(B) 21.87º 0.5% 0.83% -
XYZ 39.67 34.96 18.02 -
YUV 159.89 97.03 165.17 -
System Red Green Blue C M Y K H S L
Decimal 212 144 105 0 0.32 0.50 0.17 21.87 0.55 0.62
Hex D4 90 69 0 20 32 11 16 37 3E
Octal 324 220 151 0 40 62 21 26 67 76
Binary 11010100 10010000 1101001 0 100000 110010 10001 10110 110111 111110

Color Harmonies of #D49069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49069

Black with #D49069

Text Example


Text Example

White with #D49069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49069; }

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

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

background-color css

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

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

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

border-color css

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

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

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