Html Css Color HEX #D4966C Whiskey

📋 copy color: '#D4966C'

red 212 ◦ green 150 ◦ blue 108

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

Shades of Whiskey #D4966C

Tints of Whiskey #D4966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.91%

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

R = 45.11%
G = 31.91%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4966C (or 0xD4966C) is known color: Whiskey. HEX triplet: D4, 96 and 6C. RGB value is (212,150,108). Sum of RGB (Red+Green+Blue) = 212+150+108=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 108 (42.58% from 255 or 22.98% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D4966C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4966C is #2B6993. Grayscale: #A3A3A3. Windows color (decimal): -2845076 or 7116500. OLE color: 7116500.

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

Color convert

RGB 212 150 108 -
CMYK 0 0.29 0.49 0.17
HSL 24.23º 0.55% 0.63% -
HSV(B) 24.23º 0.49% 0.83% -
XYZ 40.76 36.89 19.16 -
YUV 163.75 96.54 162.42 -
System Red Green Blue C M Y K H S L
Decimal 212 150 108 0 0.29 0.49 0.17 24.23 0.55 0.63
Hex D4 96 6C 0 1D 31 11 18 37 3F
Octal 324 226 154 0 35 61 21 30 67 77
Binary 11010100 10010110 1101100 0 11101 110001 10001 11000 110111 111111

Color Harmonies of #D4966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4966C

Black with #D4966C

Text Example


Text Example

White with #D4966C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4966C; }

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

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

background-color css

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

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

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

border-color css

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

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

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