Html Css Color HEX #D49D68 Whiskey

📋 copy color: '#D49D68'

red 212 ◦ green 157 ◦ blue 104

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

Shades of Whiskey #D49D68

Tints of Whiskey #D49D68

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.19%

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

R = 44.82%
G = 33.19%
B = 21.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.51

 K value IS 0.17

RGB Variations

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

Color information

#D49D68 (or 0xD49D68) is known color: Whiskey. HEX triplet: D4, 9D and 68. RGB value is (212,157,104). Sum of RGB (Red+Green+Blue) = 212+157+104=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 157 (61.72% from 255 or 33.19% from 473); Blue value is 104 (41.02% from 255 or 21.99% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D68 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D68 is #2B6297. Grayscale: #A7A7A7. Windows color (decimal): -2843288 or 6856148. OLE color: 6856148.

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

Color convert

RGB 212 157 104 -
CMYK 0 0.26 0.51 0.17
HSL 29.44º 0.56% 0.62% -
HSV(B) 29.44º 0.51% 0.83% -
XYZ 41.71 39.11 18.45 -
YUV 167.4 92.22 159.81 -
System Red Green Blue C M Y K H S L
Decimal 212 157 104 0 0.26 0.51 0.17 29.44 0.56 0.62
Hex D4 9D 68 0 1A 33 11 1D 38 3E
Octal 324 235 150 0 32 63 21 35 70 76
Binary 11010100 10011101 1101000 0 11010 110011 10001 11101 111000 111110

Color Harmonies of #D49D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D68

Black with #D49D68

Text Example


Text Example

White with #D49D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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