Html Css Color HEX #D49F6B Whiskey

📋 copy color: '#D49F6B'

red 212 ◦ green 159 ◦ blue 107

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

Shades of Whiskey #D49F6B

Tints of Whiskey #D49F6B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.26%

 BLUE value IS 107 (42.19% from 255) = 22.38%

R = 44.35%
G = 33.26%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D49F6B (or 0xD49F6B) is known color: Whiskey. HEX triplet: D4, 9F and 6B. RGB value is (212,159,107). Sum of RGB (Red+Green+Blue) = 212+159+107=478 (63% of max value = 765). Red value is 212 (83.20% from 255 or 44.35% from 478); Green value is 159 (62.5% from 255 or 33.26% from 478); Blue value is 107 (42.19% from 255 or 22.38% from 478); Max value from RGB is 212 - color contains mainly: red. Hex color #D49F6B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D49F6B is #2B6094. Grayscale: #A9A9A9. Windows color (decimal): -2842773 or 7053268. OLE color: 7053268.

HSL color Cylindrical-coordinate representation of color #D49F6B: hue angle of 29.71º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D49F6B is Cyan = 0, Magento = 0.25, Yellow = 0.50 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 159 107 -
CMYK 0 0.25 0.50 0.17
HSL 29.71º 0.55% 0.63% -
HSV(B) 29.71º 0.5% 0.83% -
XYZ 42.2 39.85 19.38 -
YUV 168.92 93.06 158.73 -
System Red Green Blue C M Y K H S L
Decimal 212 159 107 0 0.25 0.50 0.17 29.71 0.55 0.63
Hex D4 9F 6B 0 19 32 11 1E 37 3F
Octal 324 237 153 0 31 62 21 36 67 77
Binary 11010100 10011111 1101011 0 11001 110010 10001 11110 110111 111111

Color Harmonies of #D49F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D49F6B

Black with #D49F6B

Text Example


Text Example

White with #D49F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D49F6B; }

 p { color: rgb(212,159,107); }

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

background-color css

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

 a { background-color: rgb(212,159,107); }

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

border-color css

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

 span { border-color: rgb(212,159,107); }

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