Html Css Color HEX #D4996B Whiskey

📋 copy color: '#D4996B'

red 212 ◦ green 153 ◦ blue 107

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

Shades of Whiskey #D4996B

Tints of Whiskey #D4996B

RGB

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

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

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

R = 44.92%
G = 32.42%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4996B (or 0xD4996B) is known color: Whiskey. HEX triplet: D4, 99 and 6B. RGB value is (212,153,107). Sum of RGB (Red+Green+Blue) = 212+153+107=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 107 (42.19% from 255 or 22.67% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D4996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4996B is #2B6694. Grayscale: #A5A5A5. Windows color (decimal): -2844309 or 7051732. OLE color: 7051732.

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

Color convert

RGB 212 153 107 -
CMYK 0 0.28 0.50 0.17
HSL 26.29º 0.55% 0.63% -
HSV(B) 26.29º 0.5% 0.83% -
XYZ 41.2 37.84 19.04 -
YUV 165.4 95.05 161.24 -
System Red Green Blue C M Y K H S L
Decimal 212 153 107 0 0.28 0.50 0.17 26.29 0.55 0.63
Hex D4 99 6B 0 1C 32 11 1A 37 3F
Octal 324 231 153 0 34 62 21 32 67 77
Binary 11010100 10011001 1101011 0 11100 110010 10001 11010 110111 111111

Color Harmonies of #D4996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4996B

Black with #D4996B

Text Example


Text Example

White with #D4996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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