Html Css Color HEX #D6914F Whiskey Sour

📋 copy color: '#D6914F'

red 214 ◦ green 145 ◦ blue 79

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

Shades of Whiskey Sour #D6914F

Tints of Whiskey Sour #D6914F

RGB

 RED value IS 214 (83.98% from 255) = 48.86%

 GREEN value IS 145 (57.03% from 255) = 33.11%

 BLUE value IS 79 (31.25% from 255) = 18.04%

R = 48.86%
G = 33.11%
B = 18.04%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D6914F (or 0xD6914F) is known color: Whiskey Sour. HEX triplet: D6, 91 and 4F. RGB value is (214,145,79). Sum of RGB (Red+Green+Blue) = 214+145+79=438 (58% of max value = 765). Red value is 214 (83.98% from 255 or 48.86% from 438); Green value is 145 (57.03% from 255 or 33.11% from 438); Blue value is 79 (31.25% from 255 or 18.04% from 438); Max value from RGB is 214 - color contains mainly: red. Hex color #D6914F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6914F is #296EB0. Grayscale: #9E9E9E. Windows color (decimal): -2715313 or 5214678. OLE color: 5214678.

HSL color Cylindrical-coordinate representation of color #D6914F: hue angle of 29.33º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D6914F is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 145 79 -
CMYK 0 0.32 0.63 0.16
HSL 29.33º 0.62% 0.57% -
HSV(B) 29.33º 0.63% 0.84% -
XYZ 39.27 35.11 12.1 -
YUV 158.11 83.36 167.87 -
System Red Green Blue C M Y K H S L
Decimal 214 145 79 0 0.32 0.63 0.16 29.33 0.62 0.57
Hex D6 91 4F 0 20 3F 10 1D 3E 39
Octal 326 221 117 0 40 77 20 35 76 71
Binary 11010110 10010001 1001111 0 100000 111111 10000 11101 111110 111001

Color Harmonies of #D6914F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6914F

Black with #D6914F

Text Example


Text Example

White with #D6914F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6914F; }

 p { color: rgb(214,145,79); }

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

background-color css

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

 a { background-color: rgb(214,145,79); }

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

border-color css

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

 span { border-color: rgb(214,145,79); }

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