Html Css Color HEX #D49D67 Whiskey

📋 copy color: '#D49D67'

red 212 ◦ green 157 ◦ blue 103

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

Shades of Whiskey #D49D67

Tints of Whiskey #D49D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 21.82%

R = 44.92%
G = 33.26%
B = 21.82%

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

#D49D67 (or 0xD49D67) is known color: Whiskey. HEX triplet: D4, 9D and 67. RGB value is (212,157,103). Sum of RGB (Red+Green+Blue) = 212+157+103=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 157 (61.72% from 255 or 33.26% from 472); Blue value is 103 (40.62% from 255 or 21.82% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D49D67 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49D67 is #2B6298. Grayscale: #A7A7A7. Windows color (decimal): -2843289 or 6790612. OLE color: 6790612.

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

Color convert

RGB 212 157 103 -
CMYK 0 0.26 0.51 0.17
HSL 29.72º 0.56% 0.62% -
HSV(B) 29.72º 0.51% 0.83% -
XYZ 41.66 39.09 18.18 -
YUV 167.29 91.72 159.89 -
System Red Green Blue C M Y K H S L
Decimal 212 157 103 0 0.26 0.51 0.17 29.72 0.56 0.62
Hex D4 9D 67 0 1A 33 11 1E 38 3E
Octal 324 235 147 0 32 63 21 36 70 76
Binary 11010100 10011101 1100111 0 11010 110011 10001 11110 111000 111110

Color Harmonies of #D49D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49D67

Black with #D49D67

Text Example


Text Example

White with #D49D67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49D67; }

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

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

background-color css

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

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

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

border-color css

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

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

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