Html Css Color HEX #D6945F Whiskey Sour

📋 copy color: '#D6945F'

red 214 ◦ green 148 ◦ blue 95

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

Shades of Whiskey Sour #D6945F

Tints of Whiskey Sour #D6945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 20.79%

R = 46.83%
G = 32.39%
B = 20.79%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6945F (or 0xD6945F) is known color: Whiskey Sour. HEX triplet: D6, 94 and 5F. RGB value is (214,148,95). Sum of RGB (Red+Green+Blue) = 214+148+95=457 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.83% from 457); Green value is 148 (58.20% from 255 or 32.39% from 457); Blue value is 95 (37.5% from 255 or 20.79% from 457); Max value from RGB is 214 - color contains mainly: red. Hex color #D6945F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6945F is #296BA0. Grayscale: #A1A1A1. Windows color (decimal): -2714529 or 6264022. OLE color: 6264022.

HSL color Cylindrical-coordinate representation of color #D6945F: hue angle of 26.72º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D6945F is Cyan = 0, Magento = 0.31, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 148 95 -
CMYK 0 0.31 0.56 0.16
HSL 26.72º 0.59% 0.61% -
HSV(B) 26.72º 0.56% 0.84% -
XYZ 40.39 36.3 15.7 -
YUV 161.69 90.37 165.31 -
System Red Green Blue C M Y K H S L
Decimal 214 148 95 0 0.31 0.56 0.16 26.72 0.59 0.61
Hex D6 94 5F 0 1F 38 10 1B 3B 3D
Octal 326 224 137 0 37 70 20 33 73 75
Binary 11010110 10010100 1011111 0 11111 111000 10000 11011 111011 111101

Color Harmonies of #D6945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6945F

Black with #D6945F

Text Example


Text Example

White with #D6945F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6945F; }

 p { color: rgb(214,148,95); }

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

background-color css

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

 a { background-color: rgb(214,148,95); }

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

border-color css

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

 span { border-color: rgb(214,148,95); }

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