Html Css Color HEX #D4966B Whiskey

📋 copy color: '#D4966B'

red 212 ◦ green 150 ◦ blue 107

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

Shades of Whiskey #D4966B

Tints of Whiskey #D4966B

RGB

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

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

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

R = 45.2%
G = 31.98%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4966B (or 0xD4966B) is known color: Whiskey. HEX triplet: D4, 96 and 6B. RGB value is (212,150,107). Sum of RGB (Red+Green+Blue) = 212+150+107=469 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.20% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 107 (42.19% from 255 or 22.81% from 469); Max value from RGB is 212 - color contains mainly: red. Hex color #D4966B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D4966B is #2B6994. Grayscale: #A3A3A3. Windows color (decimal): -2845077 or 7050964. OLE color: 7050964.

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

Color convert

RGB 212 150 107 -
CMYK 0 0.29 0.50 0.17
HSL 24.57º 0.55% 0.63% -
HSV(B) 24.57º 0.5% 0.83% -
XYZ 40.71 36.87 18.88 -
YUV 163.64 96.04 162.5 -
System Red Green Blue C M Y K H S L
Decimal 212 150 107 0 0.29 0.50 0.17 24.57 0.55 0.63
Hex D4 96 6B 0 1D 32 11 19 37 3F
Octal 324 226 153 0 35 62 21 31 67 77
Binary 11010100 10010110 1101011 0 11101 110010 10001 11001 110111 111111

Color Harmonies of #D4966B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4966B

Black with #D4966B

Text Example


Text Example

White with #D4966B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4966B; }

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

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

background-color css

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

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

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

border-color css

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

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

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