Html Css Color HEX #D4996D Whiskey

📋 copy color: '#D4996D'

red 212 ◦ green 153 ◦ blue 109

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

Shades of Whiskey #D4996D

Tints of Whiskey #D4996D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 23%

R = 44.73%
G = 32.28%
B = 23%

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

#D4996D (or 0xD4996D) is known color: Whiskey. HEX triplet: D4, 99 and 6D. RGB value is (212,153,109). Sum of RGB (Red+Green+Blue) = 212+153+109=474 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.73% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 109 (42.97% from 255 or 23.00% from 474); Max value from RGB is 212 - color contains mainly: red. Hex color #D4996D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4996D is #2B6692. Grayscale: #A5A5A5. Windows color (decimal): -2844307 or 7182804. OLE color: 7182804.

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

Color convert

RGB 212 153 109 -
CMYK 0 0.28 0.49 0.17
HSL 25.63º 0.54% 0.63% -
HSV(B) 25.63º 0.49% 0.83% -
XYZ 41.3 37.88 19.6 -
YUV 165.63 96.05 161.08 -
System Red Green Blue C M Y K H S L
Decimal 212 153 109 0 0.28 0.49 0.17 25.63 0.54 0.63
Hex D4 99 6D 0 1C 31 11 1A 36 3F
Octal 324 231 155 0 34 61 21 32 66 77
Binary 11010100 10011001 1101101 0 11100 110001 10001 11010 110110 111111

Color Harmonies of #D4996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4996D

Black with #D4996D

Text Example


Text Example

White with #D4996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4996D; }

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

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

background-color css

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

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

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

border-color css

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

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

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