Html Css Color HEX #D49768 Whiskey

📋 copy color: '#D49768'

red 212 ◦ green 151 ◦ blue 104

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

Shades of Whiskey #D49768

Tints of Whiskey #D49768

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.33%

 BLUE value IS 104 (41.02% from 255) = 22.27%

R = 45.4%
G = 32.33%
B = 22.27%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49768 (or 0xD49768) is known color: Whiskey. HEX triplet: D4, 97 and 68. RGB value is (212,151,104). Sum of RGB (Red+Green+Blue) = 212+151+104=467 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.40% from 467); Green value is 151 (59.38% from 255 or 32.33% from 467); Blue value is 104 (41.02% from 255 or 22.27% from 467); Max value from RGB is 212 - color contains mainly: red. Hex color #D49768 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49768 is #2B6897. Grayscale: #A4A4A4. Windows color (decimal): -2844824 or 6854612. OLE color: 6854612.

HSL color Cylindrical-coordinate representation of color #D49768: hue angle of 26.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D49768 is Cyan = 0, Magento = 0.29, Yellow = 0.51 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 151 104 -
CMYK 0 0.29 0.51 0.17
HSL 26.11º 0.56% 0.62% -
HSV(B) 26.11º 0.51% 0.83% -
XYZ 40.72 37.13 18.12 -
YUV 163.88 94.21 162.32 -
System Red Green Blue C M Y K H S L
Decimal 212 151 104 0 0.29 0.51 0.17 26.11 0.56 0.62
Hex D4 97 68 0 1D 33 11 1A 38 3E
Octal 324 227 150 0 35 63 21 32 70 76
Binary 11010100 10010111 1101000 0 11101 110011 10001 11010 111000 111110

Color Harmonies of #D49768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49768

Black with #D49768

Text Example


Text Example

White with #D49768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49768; }

 p { color: rgb(212,151,104); }

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

background-color css

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

 a { background-color: rgb(212,151,104); }

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

border-color css

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

 span { border-color: rgb(212,151,104); }

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