Html Css Color HEX #D4996C Whiskey

📋 copy color: '#D4996C'

red 212 ◦ green 153 ◦ blue 108

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

Shades of Whiskey #D4996C

Tints of Whiskey #D4996C

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.35%

 BLUE value IS 108 (42.58% from 255) = 22.83%

R = 44.82%
G = 32.35%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4996C (or 0xD4996C) is known color: Whiskey. HEX triplet: D4, 99 and 6C. RGB value is (212,153,108). Sum of RGB (Red+Green+Blue) = 212+153+108=473 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.82% from 473); Green value is 153 (60.16% from 255 or 32.35% from 473); Blue value is 108 (42.58% from 255 or 22.83% from 473); Max value from RGB is 212 - color contains mainly: red. Hex color #D4996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4996C is #2B6693. Grayscale: #A5A5A5. Windows color (decimal): -2844308 or 7117268. OLE color: 7117268.

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

Color convert

RGB 212 153 108 -
CMYK 0 0.28 0.49 0.17
HSL 25.96º 0.55% 0.63% -
HSV(B) 25.96º 0.49% 0.83% -
XYZ 41.25 37.86 19.32 -
YUV 165.51 95.55 161.16 -
System Red Green Blue C M Y K H S L
Decimal 212 153 108 0 0.28 0.49 0.17 25.96 0.55 0.63
Hex D4 99 6C 0 1C 31 11 1A 37 3F
Octal 324 231 154 0 34 61 21 32 67 77
Binary 11010100 10011001 1101100 0 11100 110001 10001 11010 110111 111111

Color Harmonies of #D4996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4996C

Black with #D4996C

Text Example


Text Example

White with #D4996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4996C; }

 p { color: rgb(212,153,108); }

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

background-color css

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

 a { background-color: rgb(212,153,108); }

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

border-color css

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

 span { border-color: rgb(212,153,108); }

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