Html Css Color HEX #D4946C Whiskey

📋 copy color: '#D4946C'

red 212 ◦ green 148 ◦ blue 108

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

Shades of Whiskey #D4946C

Tints of Whiskey #D4946C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.62%

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

R = 45.3%
G = 31.62%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4946C (or 0xD4946C) is known color: Whiskey. HEX triplet: D4, 94 and 6C. RGB value is (212,148,108). Sum of RGB (Red+Green+Blue) = 212+148+108=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 108 (42.58% from 255 or 23.08% from 468); Max value from RGB is 212 - color contains mainly: red. Hex color #D4946C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4946C is #2B6B93. Grayscale: #A2A2A2. Windows color (decimal): -2845588 or 7115988. OLE color: 7115988.

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

Color convert

RGB 212 148 108 -
CMYK 0 0.30 0.49 0.17
HSL 23.08º 0.55% 0.63% -
HSV(B) 23.08º 0.49% 0.83% -
XYZ 40.45 36.26 19.05 -
YUV 162.58 97.2 163.25 -
System Red Green Blue C M Y K H S L
Decimal 212 148 108 0 0.30 0.49 0.17 23.08 0.55 0.63
Hex D4 94 6C 0 1E 31 11 17 37 3F
Octal 324 224 154 0 36 61 21 27 67 77
Binary 11010100 10010100 1101100 0 11110 110001 10001 10111 110111 111111

Color Harmonies of #D4946C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4946C

Black with #D4946C

Text Example


Text Example

White with #D4946C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4946C; }

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

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

background-color css

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

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

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

border-color css

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

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

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